← Back to CVE List

CVE-2024-43871

Published: 2024-08-21T01:15Z
Last Modified: 2024-09-03T13:39Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devm_free_percpu() It will cause memory leakage when use driver API devm_free_percpu() to free memory allocated by devm_alloc_percpu(), fixed by using devres_release() instead of devres_destroy() within devm_free_percpu(). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt