In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Check valid rport returned by fcbsgtorport() Klocwork reported warning of rport maybe NULL and will be dereferenced. rport returned by call to fcbsgtorport() could be NULL and dereferenced. Check valid rport returned by fcbsgto_rport().