In the Linux kernel, the following vulnerability has been resolved:
dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
A clk_prepare_enable() call in the probe is not balanced by a corresponding
clk_disable_unprepare() in the remove function.
Add the missing call.
References
Configurations
Configuration 1 (hide)
|
History
07 May 2025, 13:31
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-05-01 15:16
Updated : 2025-05-07 13:31
NVD link : CVE-2022-49861
Mitre link : CVE-2022-49861
CVE.ORG link : CVE-2022-49861
JSON object : View
Products Affected
linux
- linux_kernel
CWE