Security Advisory

CVE-2024-26655

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-04-01 14:58:20
Last updated 2026-05-11 20:01:36
Assigner Linux
State PUBLISHED

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 dont release the pccontext we allocated for this clock. Re-organize the code slightly to make it all more obvious.