]> Gentwo Git Trees - linux/.git/commit
remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable()
authorZhen Ni <zhen.ni@easystack.cn>
Tue, 23 Sep 2025 11:21:09 +0000 (19:21 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 23 Sep 2025 17:49:58 +0000 (11:49 -0600)
commitd41e075b077142bb9ae5df40b9ddf9fd7821a811
tree87210eb71ee4c4e13a75ceb7977f2bda7a9fc49f
parent1ae4e2dbf4cbf7c1ab2bdc89af1dc1a6af4106b3
remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable()

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>
drivers/remoteproc/pru_rproc.c