mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 01:49:01 +00:00
Unless we check for vtSema before calling into the CRTC and output callbacks, we may end up trying to access video memory that no longer exists, leading to a crash. So if we don't have vtSema, return FALSE to the caller, indicating that we didn't do anything. Fixes #14444.