me='generator' content='cgit v1.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun Prakash <varun@chelsio.com>2016-09-15 21:20:11 +0530
committerNicholas Bellinger <nab@linux-iscsi.org>2016-10-19 21:22:31 -0700
commit1a40f0a36fb669226f0fd29aaece5ff7b6399e80 (patch)
tree02c2cc8b191f6d8b26f1a44527341b39795b3acd
parent3fc6a642e4355abef986b2dd11672216fb18212e (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>