]> git.eshelyaron.com Git - emacs.git/commit
Avoid crashes if async input arrives when setting properties for DND
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 08:59:03 +0000 (16:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 09:00:43 +0000 (17:00 +0800)
commitf09e68e1806904709adf4003146638aee718b980
treebe919d0156cec63833ca8b469299b43326046cb7
parent9856290806a449d35380135adabd607b6612dd98
Avoid crashes if async input arrives when setting properties for DND

* src/xterm.c (x_dnd_begin_drag_and_drop): Block input around
non-async signal safe functions.
src/xterm.c