aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorVenkat Duvvuru <[email protected]>2015-12-18 01:40:50 +0530
committerDavid S. Miller <[email protected]>2015-12-18 15:50:52 -0500
commit6e3cd5fa65318f35ec9c9f61bc5cdb55d4783cb9 (patch)
tree048a86e6d1c078c8eda7e43b4e5453b035397f90 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent6be842f7ccc2c690232f5094681eb0efae4c1590 (diff)
be2net: Avoid accessing eq object in be_msix_register routine, when i < 0.
When the first request_irq fails in be_msix_register, i value would be zero. The current code decrements the i value and accesses the eq object without validating the decremented "i" value. This can cause an "invalid memory address access" violation. This patch fixes the problem by accessing the eq object after validating the "i" value. Signed-off-by: Venkat Duvvuru <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions