mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
993 B
993 B
CVE-2024-56546
Description
In the Linux kernel, the following vulnerability has been resolved:drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()If we fail to allocate memory for cb_data by kmalloc, the memoryallocation for eve_data is never freed, add the missing kfree()in the error handling path.
POC
Reference
No PoCs from references.