Skip to content

virgl: Assert build_id_note before dereferencing it

Corentin Noël requested to merge tintou/mesa:tintou/virgl-screen-assert into main

What does this MR do and why?

Fix defect reported by Coverity Scan.

Dereference null return value

If the function actually returns a null value, a null pointer dereference will occur.

Merge request reports