GNOME Bugzilla – Bug 756881
Guard against selection requestor disappearing
Last modified: 2015-10-22 15:08:49 UTC
We made a number of unchecked accesses to the selection requestor, which could cause X errors if the selection requestor vanished (or we were sent invalid events). Add error traps around all of them. See https://bugzilla.redhat.com/show_bug.cgi?id=1210814 for an example of a crash that could be caused by this. (There are about 1000 instances of such a crash in http://retrace.fedoraproject.org though no linked bug reports specifically talk about cut-and-paste or DND.)
Created attachment 313767 [details] [review] Guard against selection requestor disappearing
Review of attachment 313767 [details] [review]: sure
Pushed to master and gtk-3-18 Attachment 313767 [details] pushed as 132b776 - Guard against selection requestor disappearing