]> git.eshelyaron.com Git - emacs.git/commit
Close a timing hole in selections.
authorJan D <jan.h.d@swipnet.se>
Sat, 4 Apr 2015 14:10:06 +0000 (16:10 +0200)
committerJan D <jan.h.d@swipnet.se>
Sat, 4 Apr 2015 14:10:06 +0000 (16:10 +0200)
commit0115aceb584b007a6faba3de701a972659025fd7
tree8c43f11438570d0b5ecac2979ecf26baa67542a2
parent4fabcbfbcd8447351ae59b01b329a0dabebea872
Close a timing hole in selections.

Fixes: debbugs:16737
* src/xselect.c (x_reply_selection_request)
(receive_incremental_selection): Call set_property_change_object
inside block_input.
(wait_for_property_change): Move set property_change_reply(_object)
outside of this function.
(set_property_change_object): New function.
src/ChangeLog
src/xselect.c