aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSasha Neftin <[email protected]>2021-06-14 15:19:39 +0300
committerTony Nguyen <[email protected]>2021-07-20 16:11:36 -0700
commit373e2829e7c2e1e606503cdb5c97749f512a4be9 (patch)
treedc8c66ebe0ba63d7f65eb3662b348f505fbe81f1 /tools/perf/scripts/python
parente0bc64d31c98609900ed84b476bfc9d07d7f370f (diff)
igc: Check if num of q_vectors is smaller than max before array access
Ensure that the adapter->q_vector[MAX_Q_VECTORS] array isn't accessed beyond its size. It was fixed by using a local variable num_q_vectors as a limit for loop index, and ensure that num_q_vectors is not bigger than MAX_Q_VECTORS. Suggested-by: Aleksandr Loktionov <[email protected]> Signed-off-by: Sasha Neftin <[email protected]> Tested-by: Dvora Fuxbrumer <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions