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
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-29 23:15
Updated : 2024-12-10 17:03
NVD link : CVE-2021-47020
Mitre link : CVE-2021-47020
CVE.ORG link : CVE-2021-47020
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
