Re: [PATCH] isdn: hisax: l3ni1.c: Fix for possible null pointer dereference

2014-07-08 Thread David Miller
From: Rickard Strandqvist Date: Sun, 6 Jul 2014 14:04:37 +0200 > 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 Applied, thanks. -- To unsubscribe from thi

[PATCH] isdn: hisax: l3ni1.c: Fix for possible null pointer dereference

2014-07-06 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/isdn/hisax/l3ni1.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dri

Re: [PATCH] isdn: hisax: l3ni1.c: Fix for possible null pointer dereference

2014-05-18 Thread David Miller
From: Rickard Strandqvist Date: Sat, 17 May 2014 19:19:40 +0200 > @@ -2064,8 +2064,12 @@ static int l3ni1_cmd_global(struct PStack *st, > isdn_ctrl *ic) > { free_invoke_id(st, id); > return (-2); >

[PATCH] isdn: hisax: l3ni1.c: Fix for possible null pointer dereference

2014-05-17 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/isdn/hisax/l3ni1.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/i