[PATCH] libfc: fix mem leak in fc_fcp_srr_resp()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There seems frame should be freed against memory leakage.

Signed-off-by: Hillf Danton <dhillf@xxxxxxxxx>
---

--- a/drivers/scsi/libfc/fc_fcp.c	2010-09-13 07:07:38.000000000 +0800
+++ b/drivers/scsi/libfc/fc_fcp.c	2010-10-25 20:33:58.000000000 +0800
@@ -1685,6 +1685,7 @@ static void fc_fcp_srr_resp(struct fc_se
 	 */
 	if (fh->fh_type == FC_TYPE_BLS) {
 		fc_fcp_unlock_pkt(fsp);
+		fc_frame_free(fp);
 		return;
 	}
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux