In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Dec 4, 2024
to the GitHub Advisory Database
•
Updated Dec 14, 2024
Description
Published by the National Vulnerability Database
Dec 4, 2024
Published to the GitHub Advisory Database
Dec 4, 2024
Last updated
Dec 14, 2024
In the Linux kernel, the following vulnerability has been resolved:
drm/rockchip: vop: Fix a dereferenced before check warning
The 'state' can't be NULL, we should check crtc_state.
Fix warning:
drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1096
vop_plane_atomic_async_check() warn: variable dereferenced before check
'state' (see line 1077)
References