Re: [PATCH 1/5] staging/lustre/lnet: fix potential null pointer dereference

2014-04-27 Thread Greg Kroah-Hartman
On Sun, Apr 27, 2014 at 06:19:59PM -0400, Oleg Drokin wrote: > On Apr 27, 2014, at 6:05 PM, One Thousand Gnomes wrote: > > >> Reviewed-by: John L. Hammond > >> Reviewed-by: Isaac Huang > >> Signed-off-by: Oleg Drokin > >> --- > >> drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c | 4 ++-- > >

Re: [PATCH 1/5] staging/lustre/lnet: fix potential null pointer dereference

2014-04-27 Thread Oleg Drokin
On Apr 27, 2014, at 6:05 PM, One Thousand Gnomes wrote: >> Reviewed-by: John L. Hammond >> Reviewed-by: Isaac Huang >> Signed-off-by: Oleg Drokin >> --- >> drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers

Re: [PATCH 1/5] staging/lustre/lnet: fix potential null pointer dereference

2014-04-27 Thread One Thousand Gnomes
> Reviewed-by: John L. Hammond > Reviewed-by: Isaac Huang > Signed-off-by: Oleg Drokin > --- > drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c > b/drivers/stagi

[PATCH 1/5] staging/lustre/lnet: fix potential null pointer dereference

2014-04-27 Thread Oleg Drokin
From: Dmitry Eremin Null pointer 'best_iface' that comes from line 802 may be dereferenced at line 832. found by Klocwork Insight tool Signed-off-by: Dmitry Eremin Reviewed-on: http://review.whamcloud.com/9386 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4629 Reviewed-by: John L. Hammond