CVE-2022-50392
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
18/09/2025
Última modificación:
19/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe()<br />
<br />
The node returned by of_parse_phandle() with refcount incremented,<br />
of_node_put() needs be called when finish using it. So add it in the<br />
error path in mt8183_mt6358_ts3a227_max98357_dev_probe().