summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2020-12-09 09:54:09 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-12-29 13:42:40 +0100
commit5af66400bab3acd091a6adf71b838fbdfe8bbc83 (patch)
tree03705efef0e5e3ffbe150c1be08eaacf2e719bea /scripts/checkpatch.pl
parent57217be476a0bed83e1ce808094d3b8a419277c6 (diff)
ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control()
[ Upstream commit 85a7555575a0e48f9b73db310d0d762a08a46d63 ] The error handling frees "ctl" but it's still on the "dsp->ctl_list" list so that could result in a use after free. Remove it from the list before returning. Fixes: 2323736dca72 ("ASoC: wm_adsp: Add basic support for rev 1 firmware file format") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/X9B0keV/02wrx9Xs@mwanda Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions