diff options
| author | Zhen Ni <zhen.ni@easystack.cn> | 2025-09-23 14:21:09 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-15 13:04:22 +0300 |
| commit | f0164d89950120281f2446be9687cffa1e43dbcc (patch) | |
| tree | a72a208d95f4eddd971092bb193c436ed1384d2c /scripts/gdb/linux/xarray.py | |
| parent | 41683624cbff0a26bb7e0627f4a7e1b51a8779a8 (diff) | |
| download | linux-f0164d89950120281f2446be9687cffa1e43dbcc.tar.xz | |
remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable()
commit d41e075b077142bb9ae5df40b9ddf9fd7821a811 upstream.
pru_rproc_set_ctable() accessed rproc->priv before the IS_ERR_OR_NULL
check, which could lead to a null pointer dereference. Move the pru
assignment, ensuring we never dereference a NULL rproc pointer.
Fixes: 102853400321 ("remoteproc: pru: Add pru_rproc_set_ctable() function")
Cc: stable@vger.kernel.org
Signed-off-by: Zhen Ni <zhen.ni@easystack.cn>
Link: https://lore.kernel.org/r/20250923112109.1165126-1-zhen.ni@easystack.cn
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/xarray.py')
0 files changed, 0 insertions, 0 deletions
