Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: qualcomm: rmnet: Fix possible null dereference in command proces…
…sing If a command packet with invalid mux id is received, the packet would not have a valid endpoint. This invalid endpoint maybe dereferenced leading to a crash. Identified by manual code inspection. Fixes: 3352e6c ("net: qualcomm: rmnet: Convert the muxed endpoint to hlist") Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information