commit | 0e7c60cb8cd7b0250b1cf40012e5015c90bb89db | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Mon Nov 18 16:42:57 2013 -0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Thu Dec 19 07:39:04 2013 -0800 |
tree | 5f12164138300488b75e3d69d96406691ae65c3e | |
parent | 6634ff7ca245bf2c0738cf21b545a35470ac7fe0 [diff] |
[SCSI] be2iscsi: fix memory leak in error path There are two memory leaks in cases 'ISCSI_NET_PARAM_VLAN_ID' and 'ISCSI_NET_PARAM_VLAN_PRIORITY' and also a potential junk pointer free if mgmt_get_if_info() returns error because if_info will be unset and it is stack allocated. Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Cc: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>