linux/drivers/scsi/be2iscsi
Dan Carpenter 38b2db564d scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
The be_fill_queue() function can only fail when "eq_vaddress" is NULL and
since it's non-NULL here that means the function call can't fail.  But
imagine if it could, then in that situation we would want to store the
"paddr" so that dma memory can be released.

Link: https://lore.kernel.org/r/20200928091300.GD377727@mwanda
Fixes: bfead3b2cb ("[SCSI] be2iscsi: Adding msix and mcc_rings V3")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2020-10-02 21:32:36 -04:00
..
be.h
be_cmds.c
be_cmds.h
be_iscsi.c scsi: be2iscsi: Correct misdocumentation of function param 'ep' 2020-07-24 22:32:10 -04:00
be_iscsi.h
be_main.c scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs() 2020-10-02 21:32:36 -04:00
be_main.h
be_mgmt.c scsi: be2iscsi: Add missing function parameter description 2020-07-15 17:28:23 -04:00
be_mgmt.h
Kconfig
Makefile