summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_dfs.c
diff options
context:
space:
mode:
authorJoy Gu <jgu@purestorage.com>2021-10-12 22:18:33 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2021-10-19 06:04:31 +0300
commit7fb223d0ad801f633c78cbe42b1d1b55f5d163ad (patch)
tree9bf53811ef933dee9516b04bd10dbd675300c93b /drivers/scsi/qla2xxx/qla_dfs.c
parent06634d5b6e923ed0d4772aba8def5a618f44c7fe (diff)
downloadlinux-7fb223d0ad801f633c78cbe42b1d1b55f5d163ad.tar.xz
scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()
Commit 8c0eb596baa5 ("[SCSI] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()"), intended to change: bsg_job->request->msgcode == FC_BSG_HST_ELS_NOLOGIN to: bsg_job->request->msgcode != FC_BSG_RPT_ELS but changed it to: bsg_job->request->msgcode == FC_BSG_RPT_ELS instead. Change the == to a != to avoid leaking the fcport structure or freeing unallocated memory. Link: https://lore.kernel.org/r/20211012191834.90306-2-jgu@purestorage.com Fixes: 8c0eb596baa5 ("[SCSI] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()") Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Joy Gu <jgu@purestorage.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_dfs.c')
0 files changed, 0 insertions, 0 deletions