In the Linux kernel, the following vulnerability has been resolved:
drm/amdkfd: Dereference null return value
In the function pqmuninit there is a call-assignment of "pdd = kfdgetprocessdevice_data" which could be null, and this value was later dereferenced without checking.