linux-stable/drivers/scsi/be2iscsi
Dinghao Liu ddc5ad21da scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()
[ Upstream commit 235f2b548d ]

When an error occurs in the for loop of beiscsi_init_wrb_handle(), we
should free phwi_ctxt->be_wrbq before returning an error code to prevent
potential memleak.

Fixes: a7909b396b ("[SCSI] be2iscsi: Fix dynamic CID allocation Mechanism in driver")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Link: https://lore.kernel.org/r/20231123081941.24854-1-dinghao.liu@zju.edu.cn
Reviewed-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-12-13 18:45:17 +01:00
..
Kconfig
Makefile
be.h
be_cmds.c scsi: be2iscsi: Remove unused variable internal_page_offset 2023-03-09 21:19:31 -05:00
be_cmds.h
be_iscsi.c scsi: be2iscsi: Add length check when parsing nlattrs 2023-07-25 21:49:32 -04:00
be_iscsi.h
be_main.c scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() 2023-12-13 18:45:17 +01:00
be_main.h scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting() 2023-03-09 22:00:38 -05:00
be_mgmt.c scsi: be2iscsi: Fix use-after-free during IP updates 2021-07-18 21:19:14 -04:00
be_mgmt.h