]> git.eshelyaron.com Git - emacs.git/commit
Improve safety of handling unsupported drop events on X
authorPo Lu <luangruo@yahoo.com>
Mon, 16 May 2022 03:05:32 +0000 (11:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 16 May 2022 03:05:32 +0000 (11:05 +0800)
commit44e5339e82fa9d92542558cba997cab6d605f59b
tree91ce7983cc326d36ba0c93ca435154c75f592233
parenta57687dc0e27f72642bc1ce14ad53889e55676dc
Improve safety of handling unsupported drop events on X

* src/keyboard.c (kbd_buffer_get_event):
* src/xterm.c (handle_one_xevent): Check that the event frame is
still live after calling arbitrary Lisp code.
src/keyboard.c
src/xterm.c