Skip to content

panvk: Fix crashes caused by unchecked allocation failures

What does this MR do and why?

This is an attempt at fixing all sort of allocation failures leading to crashes because the result or pointer is not checked.

After applying those fixes, the only remaining unchecked failures we have are in pan_blitter, but we'll address those in a separate MR.

/cc @marysaka

Edited by Boris Brezillon

Merge request reports

Loading