CVE-2023-54221
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
30/12/2025
Última modificación:
30/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe<br />
<br />
In function probe(), it returns directly without unregistered hws<br />
when error occurs.<br />
<br />
Fix this by adding &#39;goto unregister_hws;&#39; on line 295 and<br />
line 310.<br />
<br />
Use devm_kzalloc() instead of kzalloc() to automatically<br />
free the memory using devm_kfree() when error occurs.<br />
<br />
Replace of_iomap() with devm_of_iomap() to automatically<br />
handle the unused ioremap region and delete &#39;iounmap(anatop_base);&#39;<br />
in unregister_hws.



