← Back to CVE List

CVE-2024-36959

Published: 2024-05-30T16:15Z
Last Modified: 2025-01-14T15:38Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() If we fail to allocate propname buffer, we need to drop the reference count we just took. Because the pinctrl_dt_free_maps() includes the droping operation, here we call it directly. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt