In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFTID An error case exit from lpfccmplctcmdgftid() results in a call to lpfcnlpput() with a null pointer to a nodelist structure. Changed lpfccmplctcmdgft_id() to initialize nodelist pointer upon entry.