CVE-2024-42298

Publication date

2024-08-17 09:09:05

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value.