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:
875c186
)
gpu/drm/radeon/radeon_irq.c: move a dereference below a NULL test
author
Darren Jenkins
<darrenrjenkins@gmail.com>
Wed, 30 Dec 2009 01:16:35 +0000
(12:16 +1100)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 7 Jan 2010 03:56:32 +0000
(13:56 +1000)
If a NULL value is possible, the dereference should only occur after the
NULL test.
Coverity CID: 13338
Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found