]> git.eshelyaron.com Git - emacs.git/commit
Fix reentrancy problem/crash in xterm.c
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Nov 2022 12:10:14 +0000 (20:10 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Nov 2022 12:10:32 +0000 (20:10 +0800)
commit9fcff114b8fe2d538699172fe756606441e67b92
treed63b70006730686c73b44db2f5caf6566fb40dff
parent867e962cf5318399dfc17cc53c661db4bbd3c3d1
Fix reentrancy problem/crash in xterm.c

* src/xterm.c (x_ignore_errors_for_next_request)
(x_stop_ignoring_errors): Be paranoid and block input inside the
protected section.
(x_focus_frame): Block input around critical section.
src/xterm.c