linux_dsm_epyc7002/drivers/net/wireless/marvell
Dan Carpenter 2cd2b42439 mwifiex: add a bounds check in mwifiex_process_sta_rx_packet()
Smatch complains that "local_rx_pd->priority" can't be trusted because
it comes from skb->data and it can go up to 255 instead of being capped
in the 0-7 range.  A few lines earlier, on the other side of the if
statement, we cap priority so it seems harmless to add a bounds check
here as well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-04-04 13:20:47 +03:00
..
libertas libertas: no need to check return value of debugfs_create functions 2019-02-01 14:39:21 +02:00
libertas_tf libertas_tf: get the MAC address before registering the device 2019-02-20 19:55:54 +02:00
mwifiex mwifiex: add a bounds check in mwifiex_process_sta_rx_packet() 2019-04-04 13:20:47 +03:00
Kconfig net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text 2018-03-13 18:52:25 +02:00
Makefile
mwl8k.c mwl8k: Expand non-DFS 5G channels 2017-12-07 15:17:26 +02:00