[SCSI] megaraid_sas: fix memory leak if SGL has zero length entries
authorBjørn Mork <bjorn@mork.no>
Wed, 21 Nov 2012 08:54:48 +0000 (09:54 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 5 Jul 2013 21:42:42 +0000 (22:42 +0100)
commit 98cb7e44 ([SCSI] megaraid_sas: Sanity check user
supplied length before passing it to dma_alloc_coherent())
introduced a memory leak.  Memory allocated for entries
following zero length SGL entries will not be freed.

Reference: http://bugs.debian.org/688198

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Cc: <stable@vger.kernel.org>
Acked-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found