In the Linux kernel, the following vulnerability has been resolved:
drm/sti: avoid potential dereference of error pointers in stihqvdpatomic_check
The return value of drmatomicgetcrtcstate() needs to be checked. To avoid use of error pointer 'crtc_state' in case of the failure.