In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Apr 1, 2024
to the GitHub Advisory Database
•
Updated Jan 7, 2025
Description
Published by the National Vulnerability Database
Apr 1, 2024
Published to the GitHub Advisory Database
Apr 1, 2024
Last updated
Jan 7, 2025
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