In the Linux kernel, the following vulnerability has been resolved:
media: venus: core: Fix some resource leaks in the error path of 'venus_probe()'
If an error occurs after a successful 'of_icc_get()' call, it must be
undone.
Use 'devm_of_icc_get()' instead of 'of_icc_get()' to avoid the leak.
Update the remove function accordingly and axe the now unneeded
'icc_put()' calls.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-28 09:15
Updated : 2025-01-09 15:21
NVD link : CVE-2021-47043
Mitre link : CVE-2021-47043
CVE.ORG link : CVE-2021-47043
JSON object : View
Products Affected
linux
- linux_kernel
CWE
