← Back to CVEs
CVE-2023-54228
N/ADescription
In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clk_register_clkdev() allocates memory by calling vclkdev_alloc() and this memory is not freed in the error path. Similarly, resources allocated by clk_register_fixed_rate() are not freed in the error path. Fix these issues by using devm_clk_hw_register_fixed_rate() and devm_clk_hw_register_clkdev(). After this, the static variable clk is not needed. Replace it with local variable hw in probe() and drop calling clk_unregister_fixed_rate() from raa215300_rtc_unregister_device().
CVE Details
CVSS v3.1 ScoreN/A
Published12/30/2025
Last Modified12/31/2025
Sourcenvd
Honeypot Sightings0
References
https://git.kernel.org/stable/c/2bf2d2ac9e67184dc99275875a6452ca6e3027ff(416baaa9-dc9f-4396-8d5f-8c081fb06d67)
https://git.kernel.org/stable/c/e21ac64e669e960688e79bf5babeed63132dac8a(416baaa9-dc9f-4396-8d5f-8c081fb06d67)
IOC Correlations
No correlations recorded
This product uses data from the NVD API but is not endorsed or certified by the NVD.