commit | 83383dd11a445bbe493c75b9c88c243aa43df8d7 | [log] [tgz] |
---|---|---|
author | Hillf Danton <dhillf@gmail.com> | Mon May 16 16:45:35 2011 -0700 |
committer | James Bottomley <jbottomley@parallels.com> | Tue May 24 12:36:41 2011 -0400 |
tree | ee07e934da9afe147c49faadc7289948b34d37ea | |
parent | bdf252183e58654fcceedbf3fdcfd878b9e4f2d6 [diff] |
[SCSI] libfc: fix mm leak in handling incoming request for target discovery When handling incoming request, if the operation code carried by the received frame is not RSCN, the frame should be freed as in the RSCN case, or there is memory leakage. Signed-off-by: Hillf Danton <dhillf@gmail.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <jbottomley@parallels.com>