Re: [PATCH] firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()

From: Shawn Guo
Date: Mon Oct 09 2023 - 22:33:26 EST


On Sun, Oct 08, 2023 at 11:29:08AM +0800, Hao Ge wrote:
> dsp_chan->name and chan_name points to same block of memory,
> because dev_err still needs to be used it,so we need free
> it's memory after use to avoid use_after_free.
>
> Fixes: e527adfb9b7d ("firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()")
> Signed-off-by: Hao Ge <gehao@xxxxxxxxxx>

Applied, thanks!