aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMathias Nyman <[email protected]>2021-04-06 10:02:07 +0300
committerGreg Kroah-Hartman <[email protected]>2021-04-06 11:16:56 +0200
commit286fd02fd54b6acab65809549cf5fb3f2a886696 (patch)
treed921a798125226aedbe11c27ce16f3360737e3b2 /tools/perf/scripts/python/export-to-postgresql.py
parent597899d2f7c5619c87185ee7953d004bd37fd0eb (diff)
xhci: fix potential array out of bounds with several interrupters
The Max Interrupters supported by the controller is given in a 10bit wide bitfield, but the driver uses a fixed 128 size array to index these interrupters. Klockwork reports a possible array out of bounds case which in theory is possible. In practice this hasn't been hit as a common number of Max Interrupters for new controllers is 8, not even close to 128. This needs to be fixed anyway Signed-off-by: Mathias Nyman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions