Skip to content
Snippets Groups Projects
Commit c290fe50 authored by Daniel Yang's avatar Daniel Yang Committed by Namjae Jeon
Browse files

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: default avatar <syzbot+e1c69cadec0f1a078e3d@syzkaller.appspotmail.com>
Fixes: a13d1a4d ("exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDaniel Yang <danielyangkang@gmail.com>
Signed-off-by: default avatarNamjae Jeon <linkinjeon@kernel.org>
parent 6630ea49
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment