In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 1, 2024
to the GitHub Advisory Database
•
Updated Dec 10, 2024
Description
Published by the National Vulnerability Database
Feb 29, 2024
Published to the GitHub Advisory Database
Mar 1, 2024
Last updated
Dec 10, 2024
In the Linux kernel, the following vulnerability has been resolved:
soundwire: stream: fix memory leak in stream config error path
When stream config is failed, master runtime will release all
slave runtime in the slave_rt_list, but slave runtime is not
added to the list at this time. This patch frees slave runtime
in the config error path to fix the memory leak.
References