[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251229071515.155412-1-zilin@seu.edu.cn>
Date: Mon, 29 Dec 2025 07:15:12 +0000
From: Zilin Guan <zilin@....edu.cn>
To: justin.tee@...adcom.com
Cc: paul.ely@...adcom.com,
James.Bottomley@...senPartnership.com,
martin.petersen@...cle.com,
linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org,
jianhao.xu@....edu.cn,
Zilin Guan <zilin@....edu.cn>
Subject: [PATCH 0/3] scsi: lpfc: Fix multiple memory leaks in error paths
This series fixes three independent memory leaks in the lpfc driver.
All of them occur in error handling paths where allocated memory
was not properly freed before returning.
These issues were identified during static analysis.
Zilin Guan (3):
scsi: lpfc: Fix memory leak in lpfc_config_port_post()
scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup()
scsi: lpfc: Fix memory leak in lpfc_cmpl_plogi_plogi_issue()
drivers/scsi/lpfc/lpfc_init.c | 3 +++
drivers/scsi/lpfc/lpfc_nportdisc.c | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
--
2.34.1
Powered by blists - more mailing lists