Re: [PATCH v1 1/1] drivers: isdn: NULL pointer dereference [null-pointer-deref] (CWE 476) problem

2018-02-20 Thread Joe Moriarty
On 2/16/2018 4:11 PM, David Miller wrote: From: Joe Moriarty <joe.moria...@oracle.com> Date: Thu, 15 Feb 2018 15:27:00 -0500 The Parfait (version 2.1.0) static code analysis tool found the following NULL pointer dereference problem. - drivers/isdn/mISDN/core.c function channelmap_show(

[PATCH v1 1/1] drivers: isdn: NULL pointer dereference [null-pointer-deref] (CWE 476) problem

2018-02-15 Thread Joe Moriarty
returned. Signed-off-by: Joe Moriarty <joe.moria...@oracle.com> Reviewed-by: Jonathan Helman <jonathan.hel...@oracle.com> --- drivers/isdn/mISDN/core.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/isdn/mISDN/core.c b/drivers/isdn/mISDN/

[PATCH v1 0/1] Parfait changes

2018-02-15 Thread Joe Moriarty
The following patch(s) are bugs found by the static compiler 'Parfait'. Care was taken to make sure false positive results were removed from this patchset. Parfait Overview https://labs.oracle.com/pls/apex/f?p=labs:49:P49_PROJECT_ID:13 v1: Initial release Joe Moriarty (1