diff options
author | 2024-09-16 16:05:06 -0700 | |
---|---|---|
committer | 2024-09-23 21:38:13 +0900 | |
commit | c290fe508eee36df1640c3cb35dc8f89e073c8a8 (patch) | |
tree | ea0a0e0c1d7b0fb1623967dd6c2d2f223135591d /scripts/lib/kdoc/kdoc_files.py | |
parent | exfat: move extend valid_size into ->page_mkwrite() (diff) | |
download | wireguard-linux-c290fe508eee36df1640c3cb35dc8f89e073c8a8.tar.xz wireguard-linux-c290fe508eee36df1640c3cb35dc8f89e073c8a8.zip |
exfat: resolve memory leak from exfat_create_upcase_table()
If exfat_load_upcase_table reaches end and returns -EINVAL,
allocated memory doesn't get freed and while
exfat_load_default_upcase_table allocates more memory, leading to a
memory leak.
Here's link to syzkaller crash report illustrating this issue:
https://syzkaller.appspot.com/text?tag=CrashReport&x=1406c201980000
Reported-by: syzbot+e1c69cadec0f1a078e3d@syzkaller.appspotmail.com
Fixes: a13d1a4de3b0 ("exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper")
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Yang <danielyangkang@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions