In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add check for cstate As kzalloc may fail and return NULL pointer, it should be better to check cstate in order to avoid the NULL pointer dereference in _drmatomichelpercrtc_reset. Patchwork: https://patchwork.freedesktop.org/patch/514163/