mirror of
https://github.com/brl/mutter.git
synced 2025-02-05 08:04:10 +00:00
Jonas Ådahl
103df63023
MetaWindow: Clear fullscreen monitors when monitors change
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%