* Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> wrote:
quoted text > Vegard Nossum reported a bug which accesses freed memory. 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>
could you please put the word "kmemcheck" into the commit log? ("found
via kmemcheck" or so) We want to have an easily git-greppable track
record of upstream kernel bugs that were found via kmemcheck. (and
there's already a long list)
Ingo
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH 2/2] ext4: fix a bug accessing freed memory in ... , Ingo Molnar , (Mon Oct 27, 3:43 am)