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:
9dfb563
)
[PATCH] Fix potential NULL pointer deref in gen_init_cpio
author
Jesper Juhl
<jesper.juhl@gmail.com>
Wed, 19 Apr 2006 05:21:54 +0000
(22:21 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 19 Apr 2006 16:13:52 +0000
(09:13 -0700)
Fix potential NULL pointer deref in gen_init_cpio.c spotted by coverity
checker. This fixes coverity bug #86
Without this patch we risk dereferencing a NULL `type' in the
"if ('\n' == *type) {" line.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
usr/gen_init_cpio.c
patch
|
blob
|
history
diff --cc
usr/gen_init_cpio.c
Simple merge