cve/2024/CVE-2024-26655.md
2024-05-25 21:48:12 +02:00

763 B

CVE-2024-26655

Description

In the Linux kernel, the following vulnerability has been resolved:Fix memory leak in posix_clock_open()If the clk ops.open() function returns an error, we don't release thepccontext we allocated for this clock.Re-organize the code slightly to make it all more obvious.

POC

Reference

No PoCs from references.

Github