diff options
author | Dan Carpenter <[email protected]> | 2019-04-04 11:44:23 +0300 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2019-04-25 19:50:21 +0300 |
commit | b4c35c17227fe437ded17ce683a6927845f8c4a4 (patch) | |
tree | 8c4bc206ad9da31dabbd1cef206235c7131b0435 /scripts/gdb/linux/tasks.py | |
parent | 0c7beb2db9a5aa7aae31725c25226c526aea3660 (diff) |
mwifiex: prevent an array overflow
The "rate_index" is only used as an index into the phist_data->rx_rate[]
array in the mwifiex_hist_data_set() function. That array has
MWIFIEX_MAX_AC_RX_RATES (74) elements and it's used to generate some
debugfs information. The "rate_index" variable comes from the network
skb->data[] and it is a u8 so it's in the 0-255 range. We need to cap
it to prevent an array overflow.
Fixes: cbf6e05527a7 ("mwifiex: add rx histogram statistics support")
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions