ASoC: core: Fix Null-point-dereference in fmt_single_name()
authorKefeng Wang <wangkefeng.wang@huawei.com>
Mon, 24 May 2021 02:49:41 +0000 (10:49 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 24 May 2021 08:49:28 +0000 (09:49 +0100)
commit41daf6ba594d55f201c50280ebcd430590441da1
treed415141080c70d64700aa94df523b68c62c1a88f
parentaf2702549d68519ac78228e915d9b2c199056787
ASoC: core: Fix Null-point-dereference in fmt_single_name()

Check the return value of devm_kstrdup() in case of
Null-point-dereference.

Fixes: 45dd9943fce0 ("ASoC: core: remove artificial component and DAI name constraint")
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Link: https://lore.kernel.org/r/20210524024941.159952-1-wangkefeng.wang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c