aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2019-04-02 10:03:38 +0300
committerKalle Valo <[email protected]>2019-04-04 13:20:47 +0300
commit2cd2b42439ea7d1231b6b3f0eb0fe606f2ba5160 (patch)
tree6629be61441e2a2584d3254291564324e4a869ca /tools/perf/scripts/python/syscall-counts.py
parent003b686ace820ce2d635a83f10f2d7f9c147dabc (diff)
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 <[email protected]> Reviewed-by: Brian Norris <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions