diff options
author | Hidehiro Kawai <[email protected]> | 2008-10-27 22:51:46 -0400 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2008-10-27 22:51:46 -0400 |
commit | 44d6f78756560e95903de239e10f8a40a6eae444 (patch) | |
tree | 2f4e1ec9219eb9f8e3d564856e5c40174bd869e7 /fs/jbd2/commit.c | |
parent | 0173a3265b228da319ceb9c1ec6a5682fd1b2d92 (diff) |
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 <[email protected]>
Acked-by: Jan Kara <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions