git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e49109
)
[PATCH] null dereference in fs/jbd/journal.c
author
Eric Sesterhenn
<snakebyte@gmx.de>
Wed, 11 Oct 2006 08:20:37 +0000
(
01:20
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:14:14 +0000
(11:14 -0700)
Since commit
d1807793e1e7e502e3dc047115e9dbc3b50e4534
we dereference a NULL
pointer. Coverity id #1432. We set journal to NULL, and use it directly
afterwards.
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found