commit | d06283341aee9e48eff1b068779d340785c635ce | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Sun Feb 26 22:16:07 2012 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Mar 08 12:10:56 2012 -0800 |
tree | 4b6085fababdbb6784db9945968cbf6ed292e0e8 | |
parent | c0974f89385970455a60a999ae4fc0a783cf458d [diff] |
iscsi-target: Fix dynamic -> explict NodeACL pointer reference This patch fixes a free after use in lio_target_make_nodeacl() where iscsi_node_acl was referenced from the original se_nacl_new allocation, instead of from core_tpg_add_initiator_node_acl() in the case of dynamic -> explict NodeACL conversion. Cc: stable@vger.kernel.org Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>