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
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
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);
>
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
4 matches
Mail list logo