summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHidehiro Kawai <hidehiro.kawai.ez@hitachi.com>2008-10-28 05:51:46 +0300
committerTheodore Ts'o <tytso@mit.edu>2008-10-28 05:51:46 +0300
commit44d6f78756560e95903de239e10f8a40a6eae444 (patch)
tree2f4e1ec9219eb9f8e3d564856e5c40174bd869e7 /MAINTAINERS
parent0173a3265b228da319ceb9c1ec6a5682fd1b2d92 (diff)
downloadlinux-44d6f78756560e95903de239e10f8a40a6eae444.tar.xz
ext3: fix a bug accessing freed memory in ext3_abort
Vegard Nossum reported a bug which accesses freed memory (found via kmemcheck). When journal has been aborted, ext3_put_super() calls ext3_abort() after freeing the journal_t object, and then ext3_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 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions