]> git.eshelyaron.com Git - emacs.git/commit
Allocate some buffers used during event handling safely
authorPo Lu <luangruo@yahoo.com>
Sun, 15 May 2022 01:38:56 +0000 (09:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 15 May 2022 01:38:56 +0000 (09:38 +0800)
commit2a5e1d8c44e2a8b49135f5ed51f55cfe610ff5ce
treeff38b4fe29a814ee2e39b077b42f87b8bd80fcb3
parent8e592973782e38be75faed39f557642bbae6aec5
Allocate some buffers used during event handling safely

* src/xterm.c (handle_one_xevent): Allocate string lookup and
device disable data safely since they can potentially become
very large.
src/xterm.c