Re: [PATCH -next] scsi: libfc: Fix potential NULL pointer dereference

2019-03-07 Thread Hannes Reinecke
On 2/27/19 7:09 AM, YueHaibing wrote: Friendly ping: Who can review or take this, please? Thanks On 2019/1/30 18:11, YueHaibing wrote: There is a potential NULL pointer dereference in case fc_rport_create() fails and returns NULL. Fixes: 2580064b5ec6 ("scsi: libfc: Replace ->rport_create ca

Re: [PATCH -next] scsi: libfc: Fix potential NULL pointer dereference

2019-02-27 Thread Hannes Reinecke
On 2/27/19 7:09 AM, YueHaibing wrote: Friendly ping: Who can review or take this, please? Thanks On 2019/1/30 18:11, YueHaibing wrote: There is a potential NULL pointer dereference in case fc_rport_create() fails and returns NULL. Fixes: 2580064b5ec6 ("scsi: libfc: Replace ->rport_create ca

Re: [PATCH -next] scsi: libfc: Fix potential NULL pointer dereference

2019-02-26 Thread YueHaibing
Friendly ping: Who can review or take this, please? Thanks On 2019/1/30 18:11, YueHaibing wrote: > There is a potential NULL pointer dereference in case > fc_rport_create() fails and returns NULL. > > Fixes: 2580064b5ec6 ("scsi: libfc: Replace ->rport_create callback with > function call") >

[PATCH -next] scsi: libfc: Fix potential NULL pointer dereference

2019-01-30 Thread YueHaibing
There is a potential NULL pointer dereference in case fc_rport_create() fails and returns NULL. Fixes: 2580064b5ec6 ("scsi: libfc: Replace ->rport_create callback with function call") Signed-off-by: YueHaibing --- drivers/scsi/libfc/fc_lport.c | 4 1 file changed, 4 insertions(+) diff --g