]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: fbdev: s3fb.c: Fix for possible null pointer dereference
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Tue, 20 May 2014 21:37:32 +0000 (23:37 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 23 May 2014 10:47:31 +0000 (13:47 +0300)
commit0c641bff31af7326b51cd39739cfc3a2c060f456
tree4e62855538bea5115c07fcad71b08d762d43835d
parentd9a5f87c8fb49010d4fc1e41e263072b7e9916b1
video: fbdev: s3fb.c: Fix for possible null pointer dereference

There is otherwise a risk of a possible null pointer dereference.

Was largely found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/s3fb.c