mirror of
https://github.com/brl/mutter.git
synced 2025-03-10 21:35:06 +00:00

The fullscreen monitors state is set given a set of xinerama monitor identification numbers. When the monitor configuration changes (e.g. by a hotplug event) these are no longer valid, and may point to uninitialized or unallocated data. Avoid accessing uninitialized/unallocated memory by clearing the fullscreen monitor state when the monitor configuration changes. https://bugzilla.gnome.org/show_bug.cgi?id=777732
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%