← Back to CVE List

CVE-2021-47020

Published: 2024-02-29T23:15Z
Last Modified: 2024-12-10T17:03Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt