In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix memory leak in _qlt24xxhandleabts() Commit 8f394da36a36 ("scsi: qla2xxx: Drop TARGETSCFLOOKUPLUNFROMTAG") made the _qlt24xxhandleabts() function return early if tcmqla2xxxfindcmdbytag() didn't find a command, but it missed to clean up the allocated memory for the management command.