Home
last modified time | relevance | path

Searched hist:decc27b01d584c985c231e73d3b493de6ec07af8 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-core.cdiff decc27b01d584c985c231e73d3b493de6ec07af8 Tue Oct 07 06:41:23 CDT 2014 Daniel Mack <daniel@zonque.org> ASoC: core: fix use after free in snd_soc_remove_platform()

Coverity spotted an use-after-free condition in snd_soc_remove_platform().
Fix this by moving snd_soc_component_cleanup() after the debug print
statement which uses the component's string.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org