aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/unix_bpf.c
diff options
context:
space:
mode:
authorNamjae Jeon <[email protected]>2025-04-01 04:50:39 +0000
committerNamjae Jeon <[email protected]>2025-05-26 11:25:23 +0000
commit1f3d9724e16d62c7d42c67d6613b8512f2887c22 (patch)
tree7c02a7f7436685110d384fcaedc6a22988bdac75 /net/unix/unix_bpf.c
parentLinux 6.15 (diff)
downloadkernel-1f3d9724e16d62c7d42c67d6613b8512f2887c22.tar.gz
kernel-1f3d9724e16d62c7d42c67d6613b8512f2887c22.zip
exfat: fix double free in delayed_free
The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it. Reported-by: Jianzhou Zhao <[email protected]> Signed-off-by: Namjae Jeon <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions