]> git.eshelyaron.com Git - emacs.git/commit
Prevent crashes from illegal locale coding systems
authorPo Lu <luangruo@yahoo.com>
Sun, 13 Feb 2022 10:19:51 +0000 (18:19 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 13 Feb 2022 10:20:42 +0000 (18:20 +0800)
commit6ed1994d277541035a507481aede6892bb55018c
treebbe969e0389a04d7637ff9b71ace4d54ad3c69f2
parent242a2765d3970641887be7a6dedcc14b07fade7e
Prevent crashes from illegal locale coding systems

* src/xfns.c (xic_preedit_draw_callback):
* src/xterm.c (handle_one_xevent): Don't pass invalid coding
systems to `setup_coding_system'.
src/xfns.c
src/xterm.c