]> git.eshelyaron.com Git - emacs.git/commit
Prevent crashes caused by invalid locale coding systems
authorPo Lu <luangruo@yahoo.com>
Thu, 17 Feb 2022 07:35:41 +0000 (15:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 17 Feb 2022 07:35:41 +0000 (15:35 +0800)
commitb30ef0991915fbcab016a9485b1dece6f15f801c
treeab1c7e48218b62f4b1a47c44372bcfa83ca8bd2b
parentc8442df581feb45d50530b372152beff9d23211d
Prevent crashes caused by invalid locale coding systems

* src/xterm.c (handle_one_xevent): Prevent a signal inside
`setup_coding_system' which crashes recent versions of GLib if
the locale coding system is invalid.

Do not merge to master.
src/xterm.c