aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorRand Deeb <[email protected]>2024-03-06 15:30:28 +0300
committerKalle Valo <[email protected]>2024-03-12 17:31:11 +0200
commit789c17185fb0f39560496c2beab9b57ce1d0cbe7 (patch)
tree970a700cbc940806aef7e5c353bffcb1ceb49b02 /tools/perf/scripts/python/flamegraph.py
parentf1dfcee2eae98abbdb677b872f091b1589a9cfed (diff)
ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
The ssb_device_uevent() function first attempts to convert the 'dev' pointer to 'struct ssb_device *'. However, it mistakenly dereferences 'dev' before performing the NULL check, potentially leading to a NULL pointer dereference if 'dev' is NULL. To fix this issue, move the NULL check before dereferencing the 'dev' pointer, ensuring that the pointer is valid before attempting to use it. Found by Linux Verification Center (linuxtesting.org) with SVACE. Signed-off-by: Rand Deeb <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions