Re: [PATCH] staging: ozwpan: ozproto.c: Fix for possible null pointer dereference

2014-05-20 Thread DaeSeok Youn
I was already sent for this. :-) https://lkml.org/lkml/2014/5/16/114 Regards, Daeseok Youn. 2014-05-21 6:48 GMT+09:00 Dan Carpenter : > On Tue, May 20, 2014 at 11:28:59PM +0200, Rickard Strandqvist wrote: >> There is otherwise a risk of a possible null pointer dereference. >> >> Was largely found

Re: [PATCH] staging: ozwpan: ozproto.c: Fix for possible null pointer dereference

2014-05-20 Thread Dan Carpenter
On Tue, May 20, 2014 at 11:28:59PM +0200, 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. > This is the empty string by default, or a module parameter. I have looked at

[PATCH] staging: ozwpan: ozproto.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/staging/ozwpan/ozproto.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers