git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
552d920
)
mtd: fix memory leak in block2mtd_setup()
author
Jesper Juhl
<jesper.juhl@gmail.com>
Sat, 13 May 2006 23:42:25 +0000
(
01:42
+0200)
committer
David Woodhouse
<dwmw2@infradead.org>
Sun, 14 May 2006 00:21:31 +0000
(
01:21
+0100)
There's a mem leak in drivers/mtd/devices/block2mtd.c::block2mtd_setup()
We can leak 'name' allocated with kmalloc in 'parse_name' if leave via
the 'parse_err' macro since it contains a return but doesn't do any
freeing.
Spotted by coverity checker as bug 615.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
No differences found