CVE Vulnerabilities

CVE-2024-26655

Published: Apr 01, 2024 | Modified: Apr 03, 2024
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

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 dont release the pccontext we allocated for this clock.

Re-organize the code slightly to make it all more obvious.

References