In the Linux kernel, the following vulnerability has been resolved:
drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()
If clk_get_sys(..., "pll_d2_out0") fails, the clk_get_sys() call must be
undone.
Add the missing clk_put and a new 'put_pll_d_out0' label in the error
handling path, and use it.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-17 14:15
Updated : 2025-09-19 14:19
NVD link : CVE-2023-52661
Mitre link : CVE-2023-52661
CVE.ORG link : CVE-2023-52661
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
