]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi: lpfc: avoid double free of resource identifiers
authorRoberto Sassu <rsassu@suse.de>
Wed, 11 Jan 2017 10:06:42 +0000 (11:06 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 12 Jan 2017 03:56:58 +0000 (22:56 -0500)
commitcd60be4916ae689387d04b86b6fc15931e4c95ae
tree3b3a9e74ec7af6109a43e53ae62a5ff5702a63bf
parent98624c4fed0abd848b291fbd3da18c2251b79429
scsi: lpfc: avoid double free of resource identifiers

Set variables initialized in lpfc_sli4_alloc_resource_identifiers() to
NULL if an error occurred. Otherwise, lpfc_sli4_driver_resource_unset()
attempts to free the memory again.

Signed-off-by: Roberto Sassu <rsassu@suse.de>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Acked-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_sli.c