mirror of
https://github.com/brl/mutter.git
synced 2025-03-13 06:45:03 +00:00

DRM drivers can be opened by meta_launcher_open_restricted() even if they don't implement modesetting. However, drmModeGetResources() will return NULL. Check whether that happened in meta_gpu_kms_new() and return with an error instead of crashing. Fixes #223.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%