In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check null pointer before try to access it
[why & how] Change the order of the pipectx->planestate check to ensure that plane_state is not null before accessing it.