diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2020-09-28 12:13:00 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-10-02 21:32:36 -0400 |
commit | 38b2db564d9ab7797192ef15d7aade30633ceeae (patch) | |
tree | 6b0322120d3d6eb0b73d9e9d665433126a020b61 /drivers/scsi/fdomain_isa.c | |
parent | 66ab2fa3721690d4fc912a4845f46faf0a8e2011 (diff) | |
download | linux-38b2db564d9ab7797192ef15d7aade30633ceeae.tar.gz |
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: bfead3b2cb46 ("[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>
Diffstat (limited to 'drivers/scsi/fdomain_isa.c')
0 files changed, 0 insertions, 0 deletions