Re: [PATCH] video: fbdev: grvga.c: Fix for possible null pointer dereference

2014-05-23 Thread Tomi Valkeinen
On 21/05/14 00:35, Rickard Strandqvist wrote: > 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 > --- > drivers/video/fbdev/grvga.c |3 ++- > 1 file change

[PATCH] video: fbdev: grvga.c: Fix for possible null pointer dereference

2014-05-20 Thread Rickard Strandqvist
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 --- drivers/video/fbdev/grvga.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/video/