Skip to content

glamor: Check glamor_get_vbo_space() return value

The function glamor_get_vbo_space() can return NULL under certain circumstances, make sure we actually check for that not being NULL before using it, to avoid crashing.

Signed-off-by: Olivier Fourdan ofourdan@redhat.com

Merge request reports