linux/drivers/net/ethernet/qualcomm/rmnet
Subash Abhinov Kasiviswanathan f57bbaae72 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: 3352e6c457 ("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>
2018-02-19 11:17:34 -05:00
..
Kconfig net: qualcomm: rmnet: Add support for GRO 2017-10-28 00:10:23 +09:00
Makefile
rmnet_config.c net: qualcomm: rmnet: Fix crash on real dev unregistration 2018-02-19 11:17:33 -05:00
rmnet_config.h net: qualcomm: rmnet: Rename ingress data format to data format 2018-01-08 13:58:49 -05:00
rmnet_handlers.c net: qualcomm: rmnet: Add support for TX checksum offload 2018-01-08 13:58:49 -05:00
rmnet_handlers.h net: qualcomm: rmnet: Remove duplicate setting of rmnet private info 2017-10-11 20:05:30 -07:00
rmnet_map_command.c net: qualcomm: rmnet: Fix possible null dereference in command processing 2018-02-19 11:17:34 -05:00
rmnet_map_data.c net: qualcomm: rmnet: Add support for TX checksum offload 2018-01-08 13:58:49 -05:00
rmnet_map.h net: qualcomm: rmnet: Add support for TX checksum offload 2018-01-08 13:58:49 -05:00
rmnet_private.h net: qualcomm: rmnet: Define the MAPv4 packet formats 2018-01-08 13:58:49 -05:00
rmnet_vnd.c net: qualcomm: rmnet: Fix warning seen with 64 bit stats 2018-02-19 11:17:34 -05:00
rmnet_vnd.h net: qualcomm: rmnet: Convert the muxed endpoint to hlist 2017-10-11 20:05:30 -07:00