diff options
author | Pavel Sakharov <p.sakharov@ispras.ru> | 2024-03-20 04:15:23 +0500 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2024-03-20 10:15:45 +0100 |
commit | 2295bd846765c766701e666ed2e4b35396be25e6 (patch) | |
tree | e075d41d9b0637ffa68b08c7590faf146ada8136 /scripts/gdb/linux/cpus.py | |
parent | 9cbd1dae842737bfafa4b10a87909fa209dde250 (diff) |
dma-buf: Fix NULL pointer dereference in sanitycheck()
If due to a memory allocation failure mock_chain() returns NULL, it is
passed to dma_fence_enable_sw_signaling() resulting in NULL pointer
dereference there.
Call dma_fence_enable_sw_signaling() only if mock_chain() succeeds.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes: d62c43a953ce ("dma-buf: Enable signaling on fence for selftests")
Signed-off-by: Pavel Sakharov <p.sakharov@ispras.ru>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240319231527.1821372-1-p.sakharov@ispras.ru
Diffstat (limited to 'scripts/gdb/linux/cpus.py')
0 files changed, 0 insertions, 0 deletions