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:
a9e2ae3
)
[PATCH] Bogus NULL pointer check in fs/configfs/dir.c
author
Eric Sesterhenn
<snakebyte@gmx.de>
Wed, 22 Mar 2006 23:36:54 +0000
(
00:36
+0100)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Mon, 10 Apr 2006 18:16:17 +0000
(11:16 -0700)
We check the "group" pointer after we dereference it. This check is
bogus, as it cannot be NULL coming in.
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found