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:
11f09e5
)
video: fbdev: fix possible null dereference
author
Sudip Mukherjee
<sudipm.mukherjee@gmail.com>
Thu, 12 Feb 2015 15:47:36 +0000
(21:17 +0530)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 26 Feb 2015 08:23:15 +0000
(10:23 +0200)
we were dereferencing edid first and the NULL check was after
accessing that. now we are using edid only if we know that
it is not NULL.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/core/fbmon.c
patch
|
blob
|
history
diff --cc
drivers/video/fbdev/core/fbmon.c
Simple merge