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 the
pccontext we allocated for this clock.
Re-organize the code slightly to make it all more obvious.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-04-01 15:15
Updated : 2026-01-30 10:15
NVD link : CVE-2024-26655
Mitre link : CVE-2024-26655
CVE.ORG link : CVE-2024-26655
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
