summaryrefslogtreecommitdiff
path: root/samples/bpf/ibumad_kern.c
diff options
context:
space:
mode:
authorRand Deeb <rand.sec96@gmail.com>2024-03-06 15:30:28 +0300
committerKalle Valo <kvalo@kernel.org>2024-03-12 18:31:11 +0300
commit789c17185fb0f39560496c2beab9b57ce1d0cbe7 (patch)
tree970a700cbc940806aef7e5c353bffcb1ceb49b02 /samples/bpf/ibumad_kern.c
parentf1dfcee2eae98abbdb677b872f091b1589a9cfed (diff)
downloadlinux-789c17185fb0f39560496c2beab9b57ce1d0cbe7.tar.xz
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 <rand.sec96@gmail.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://msgid.link/20240306123028.164155-1-rand.sec96@gmail.com
Diffstat (limited to 'samples/bpf/ibumad_kern.c')
0 files changed, 0 insertions, 0 deletions