]> git.eshelyaron.com Git - emacs.git/commit
Avoid rare crashes due to "C-g C-g" on TTY frames
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Mar 2025 11:17:06 +0000 (13:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Mar 2025 19:34:20 +0000 (20:34 +0100)
commit295c08e955774f69392be9c7302f7898956afd08
tree6e998a5d35f797d574ed811c924ed5f7361f46df
parent775533c375c6bb82dc804f5008165caa649fef54
Avoid rare crashes due to "C-g C-g" on TTY frames

* src/term.c (tty_send_additional_strings): Don't use SBYTES, as
this function could be called in the middle of GC.  (Bug#77205)

(cherry picked from commit 939a2a3c2dd60503c6ebef839b5f05f962d405ce)
src/term.c