Searched hist:"5 eb30790d4ccd3409240a80eaf9ab76b4fb75fd8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/jbd2/ |
H A D | journal.c | diff 5eb30790d4ccd3409240a80eaf9ab76b4fb75fd8 Tue Oct 17 02:09:35 CDT 2006 Dave Kleikamp <shaggy@austin.ibm.com> [PATCH] null dereference in fs/jbd2/journal.c
This is Eric Sesterhenn's jbd patch applied to jbd2. Commit: 41716c7c21b15e7ecf14f0caf1eef3980707fb74
His words:
Since commit d1807793e1e7e502e3dc047115e9dbc3b50e4534 we dereference a NULL pointer. Coverity id #1432. We set journal to NULL, and use it directly afterwards.
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Cc: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|