Skip to content

vrend: fix a null pointer dereference

Alyssa Ross requested to merge qyliss/virglrenderer:null into master

If surfaceless was false, and EGL_EXT_platform_base was not supported, gbm would be dereferenced without having been checked for NULL. Instead, expand the !gbm check to cover that case and fail.

Signed-off-by: Alyssa Ross hi@alyssa.is

Merge request reports