aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/xattr_user.c
diff options
context:
space:
mode:
authorHidehiro Kawai <hidehiro.kawai.ez@hitachi.com>2008-10-27 22:53:05 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-10-27 22:53:05 -0400
commitef2cabf7c6d838eb0ee2b4fb8ef84f7c06ce16d9 (patch)
tree64c3c14ae4a3717c6c193773d87e31f5facc569e /fs/ext4/xattr_user.c
parent44d6f78756560e95903de239e10f8a40a6eae444 (diff)
ext4: fix a bug accessing freed memory in ext4_abort
Vegard Nossum reported a bug which accesses freed memory (found via kmemcheck). When journal has been aborted, ext4_put_super() calls ext4_abort() after freeing the journal_t object, and then ext4_abort() accesses it. This patch fix it. Signed-off-by: Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> Acked-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/xattr_user.c')
0 files changed, 0 insertions, 0 deletions