commit | 1a40f0a36fb669226f0fd29aaece5ff7b6399e80 | [log] [tgz] |
---|---|---|
author | Varun Prakash <varun@chelsio.com> | Thu Sep 15 21:20:11 2016 +0530 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Oct 19 21:22:31 2016 -0700 |
tree | 02c2cc8b191f6d8b26f1a44527341b39795b3acd | |
parent | 3fc6a642e4355abef986b2dd11672216fb18212e [diff] |
iscsi-target: fix iscsi cmd leak If iscsi-target receives NOP OUT with ITT and TTT set to 0xffffffff it allocates iscsi_cmd but does not free the cmd, so free iscsi_cmd in this case. Signed-off-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>