aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorJesper Juhl <[email protected]>2007-07-31 00:39:39 -0700
committerLinus Torvalds <[email protected]>2007-07-31 15:39:43 -0700
commitf2912a1223c0917a7b4e054f18086209137891ea (patch)
treebb5598f1c205244277ce352951bc9de1800d0df1 /scripts/patch-kernel
parentff0cfc66cd99d59e3a8024003171035e4ae192b7 (diff)
cciss: fix memory leak
There's a memory leak in the cciss driver. in alloc_cciss_hba() we may leak sizeof(ctlr_info_t) bytes if a call to alloc_disk(1 << NWD_SHIFT) fails. This patch should fix the issue. Spotted by the Coverity checker. Signed-off-by: Jesper Juhl <[email protected]> Acked-by: Mike Miller <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions