NONE · 0

CVE-2022-50698

In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() If clk_hw_register() fails, the corresponding clk should no...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() If clk_hw_register() fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a clk_hw_unregister(). Then use a while (--i >= 0) loop in the unwind section.

References

FAQ

What is CVE-2022-50698?

CVE-2022-50698 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() If clk_hw_register() fails, the corresponding clk should no...

How severe is CVE-2022-50698?

CVSS scoring is not yet available for CVE-2022-50698. Check NVD for updates.

Is there a patch for CVE-2022-50698?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.