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