Get Demo
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Guard Possible Null Pointer Dereference
[WHY] In some situations, dc->res_pool may be null.
[HOW] Check if pointer is null before dereference.