aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
diff options
context:
space:
mode:
authorGravatar Ben Hutchings <ben@decadent.org.uk> 2023-06-02 20:28:15 +0200
committerGravatar Jakub Kicinski <kuba@kernel.org> 2023-06-07 21:25:00 -0700
commit7c5d4801ecf0564c860033d89726b99723c55146 (patch)
treea522694ee94a491f48f2b09bbd967e7b5c3aeef4 /kernel/fork.c
parentnet: sched: fix possible refcount leak in tc_chain_tmplt_add() (diff)
downloadlinux-7c5d4801ecf0564c860033d89726b99723c55146.tar.gz
linux-7c5d4801ecf0564c860033d89726b99723c55146.tar.bz2
linux-7c5d4801ecf0564c860033d89726b99723c55146.zip
lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()
irq_cpu_rmap_release() calls cpu_rmap_put(), which may free the rmap. So we need to clear the pointer to our glue structure in rmap before doing that, not after. Fixes: 4e0473f1060a ("lib: cpu_rmap: Avoid use after free on rmap->obj array entries") Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Reviewed-by: Simon Horman <simon.horman@corigine.com> Link: https://lore.kernel.org/r/ZHo0vwquhOy3FaXc@decadent.org.uk Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'kernel/fork.c')
0 files changed, 0 insertions, 0 deletions