aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib
diff options
context:
space:
mode:
authorMichal Schmidt <[email protected]>2016-04-29 11:06:50 +0200
committerDavid S. Miller <[email protected]>2016-05-01 20:59:43 -0400
commit0b86a2a1e5807326f8eb44e9919d0baadeda3a69 (patch)
tree404940448a1d0328d423331e1390b2e1fb545b28 /tools/perf/scripts/python/Perf-Trace-Util/lib
parentc489565b536ff5382460273fd9513f0adebec024 (diff)
cxgb3: fix out of bounds read
An out of bounds read of 2 bytes was discovered in cxgb3 with KASAN. t3_config_rss() expects both arrays it gets as parameters to have terminators. setup_rss(), the caller, forgets to add a terminator to one of the arrays. Thankfully the iteration in t3_config_rss() stops anyway, but in the last iteration the check for the terminator is an out of bounds read. Add the missing terminator to rspq_map[]. Reported-by: Jan Stancek <[email protected]> Signed-off-by: Michal Schmidt <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions