In the Linux kernel, the following vulnerability has been resolved:
drm/meson: Fix refcount leak in meson_encoder_hdmi_init
of_find_device_by_node() takes reference, we should use put_device()
to release it when not need anymore.
Add missing put_device() in error path to avoid refcount
leak.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-06-18 11:15
Updated : 2025-11-19 12:50
NVD link : CVE-2022-50188
Mitre link : CVE-2022-50188
CVE.ORG link : CVE-2022-50188
JSON object : View
Products Affected
linux
- linux_kernel
CWE
