diff options
author | Theodore Ts'o <tytso@mit.edu> | 2018-10-12 15:28:09 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-10-12 15:28:09 +0200 |
commit | 33458eaba4dfe778a426df6a19b7aad2ff9f7eec (patch) | |
tree | f4732bd54c93bd877209855b3148db771da85b55 /Documentation/filesystems | |
parent | ext4: cache NULL when both default_acl and acl are NULL (diff) | |
download | linux-33458eaba4dfe778a426df6a19b7aad2ff9f7eec.tar.xz linux-33458eaba4dfe778a426df6a19b7aad2ff9f7eec.zip |
ext4: fix use-after-free race in ext4_remount()'s error path
It's possible for ext4_show_quota_options() to try reading
s_qf_names[i] while it is being modified by ext4_remount() --- most
notably, in ext4_remount's error path when the original values of the
quota file name gets restored.
Reported-by: syzbot+a2872d6feea6918008a9@syzkaller.appspotmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org # 3.2+
Diffstat (limited to 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions