Skip to content

v3dv: fix potential null pointer dereferencing

Juan A. Suárez requested to merge jasuarez/mesa:review/v3dv-fix-cid1487441 into main

This is a fix for the assertion added in commit 31a786c8: ensure job->cmd_buffer is not NULL before checking level field.

Merge request reports