← Back to CVE List

CVE-2022-49185

Published: 2025-02-26T07:00Z
Last Modified: 2025-03-17T18:56Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_put() to avoid the refcount leak. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt