In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Nov 5, 2024
to the GitHub Advisory Database
•
Updated Nov 8, 2024
Description
Published by the National Vulnerability Database
Nov 5, 2024
Published to the GitHub Advisory Database
Nov 5, 2024
Last updated
Nov 8, 2024
In the Linux kernel, the following vulnerability has been resolved:
ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe()
A devm_kzalloc() in asoc_qcom_lpass_cpu_platform_probe() could
possibly return NULL pointer. NULL Pointer Dereference may be
triggerred without addtional check.
Add a NULL check for the returned pointer.
References