diff options
| author | Dan Carpenter <[email protected]> | 2020-08-13 17:13:15 +0300 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2020-08-17 13:22:08 +0300 |
| commit | 54f9ab7b870934b70e5a21786d951fbcf663970f (patch) | |
| tree | a0191fb94cf24f653beee5b0a5010826edef5202 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 42f5fe34a701769763c299c49a89595e60871dcf (diff) | |
ath6kl: prevent potential array overflow in ath6kl_add_new_sta()
The value for "aid" comes from skb->data so Smatch marks it as
untrusted. If it's invalid then it can result in an out of bounds array
access in ath6kl_add_new_sta().
Fixes: 572e27c00c9d ("ath6kl: Fix AP mode connect event parsing and TIM updates")
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/20200813141315.GB457408@mwanda
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions