]> git.baikalelectronics.ru Git - kernel.git/commit
net: qualcomm: rmnet: Fix possible null dereference in command processing
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Fri, 16 Feb 2018 22:56:39 +0000 (15:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Feb 2018 16:17:34 +0000 (11:17 -0500)
commit16a3cfce8e3cbc369bb3cbf0724881622e5db869
treefd1897fae8fb8d7ffea0045290e3b796eaac7095
parentbe9f0f2690a509b390db3fd5c489f6ce6ff66bb0
net: qualcomm: rmnet: Fix possible null dereference in command processing

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: 5004a143b543 ("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>
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c