summaryrefslogtreecommitdiff
path: root/include/linux/securebits.h
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2024-10-23 11:41:59 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-12-05 13:54:33 +0100
commit6ba6e19912570b2ad68298be0be1dc779014a303 (patch)
treeb54f85d22189aaf5f238fa1dc8971cd787725e75 /include/linux/securebits.h
parent2d2d392af544cd5b0b46ef022517039e43079445 (diff)
sh: intc: Fix use-after-free bug in register_intc_controller()
[ Upstream commit 63e72e551942642c48456a4134975136cdcb9b3c ] In the error handling for this function, d is freed without ever removing it from intc_list which would lead to a use after free. To fix this, let's only add it to the list after everything has succeeded. Fixes: 2dcec7a988a1 ("sh: intc: set_irq_wake() support") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux/securebits.h')
0 files changed, 0 insertions, 0 deletions