scsi: fc: check for rport presence in fc_block_scsi_eh
authorJohannes Thumshirn <jthumshirn@suse.de>
Tue, 10 Oct 2017 15:31:38 +0000 (17:31 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 11 Oct 2017 18:33:12 +0000 (14:33 -0400)
commit8d30371fd7c328e192d7ea3108bd71b903631d6a
tree30ffbf1b9ca1df377a96f3a51d9a583f9f331f6d
parenta9e170e28636fd577249f39029d59e4e960a42b8
scsi: fc: check for rport presence in fc_block_scsi_eh

Coverity-scan recently found a possible NULL pointer dereference in
fc_block_scsi_eh() as starget_to_rport() either returns the rport for
the startget or NULL.

While it is rather unlikely to have fc_block_scsi_eh() called without an
rport associated it's a good idea to catch potential misuses of the API
gracefully.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_transport_fc.c