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:
3b2f64d
)
ASoC: core: double free in snd_soc_add_platform()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Mon, 22 Jul 2013 06:56:54 +0000
(09:56 +0300)
committer
Mark Brown
<broonie@linaro.org>
Mon, 22 Jul 2013 10:00:05 +0000
(11:00 +0100)
There are three callers for this function, and none of them want it to
free platform for them. It leads to a double free.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found