← Back to CVE List

CVE-2021-47043

Published: 2024-02-28T09:15Z
Last Modified: 2025-01-09T15:21Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt