aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorHaimin Zhang <[email protected]>2021-11-13 11:53:20 -0500
committerGreg Kroah-Hartman <[email protected]>2021-11-17 14:34:18 +0100
commit9933698f6119886c110750e67c10ac66f12b730f (patch)
tree19d05d36cb75e7638a3ad5e0d0e9f8856639b939 /tools/perf/scripts/python/stackcollapse.py
parent4ce3b45704d5ef46fb4b28083c8aba6716fabf3b (diff)
USB: ehci_brcm_hub_control: Improve port index sanitizing
Due to (wIndex & 0xff) - 1 can get an integer greater than 15, this can cause array index to be out of bounds since the size of array port_status is 15. This change prevents a possible out-of-bounds pointer computation by forcing the use of a valid port number. Reported-by: TCS Robot <[email protected]> Signed-off-by: Haimin Zhang <[email protected]> Signed-off-by: Alan Stern <[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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions