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:
ad22c7a
)
xfs:xfs_dir2_node.c: pointer use before check for null
author
Denis Efremov
<yefremov.denis@gmail.com>
Fri, 25 Oct 2013 11:53:25 +0000
(15:53 +0400)
committer
Ben Myers
<bpm@sgi.com>
Wed, 30 Oct 2013 20:53:14 +0000
(15:53 -0500)
ASSERT on args takes place after args dereference.
This assertion is redundant since we are going to panic anyway.
Found by Linux Driver Verification project (linuxtesting.org) -
PVS-Studio analyzer.
Signed-off-by: Denis Efremov <yefremov.denis@gmail.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
No differences found