]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] be2iscsi: fix memory leak in error path
authorGeyslan G. Bem <geyslan@gmail.com>
Mon, 18 Nov 2013 19:42:57 +0000 (16:42 -0300)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 19 Dec 2013 15:39:04 +0000 (07:39 -0800)
commit8fdca4f9e4164249661712398f3c040abd4adca1
tree5f12164138300488b75e3d69d96406691ae65c3e
parentb4213b04147cc7dd4a277748abe8493fff71ae6e
[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>
drivers/scsi/be2iscsi/be_iscsi.c