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:
5eb2261
)
drm/radeon/radeon_connectors.c: add a NULL test before dereference
author
Darren Jenkins
<darrenrjenkins@gmail.com>
Wed, 30 Dec 2009 01:22:55 +0000
(12:22 +1100)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 7 Jan 2010 03:48:25 +0000
(13:48 +1000)
The encoder variable can be NULL in this function so I believe it should
be checked before dereference.
Coverity CID: 13253
[airlied: extremely unlikely to happen]
Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found