]> git.eshelyaron.com Git - emacs.git/commit
Avoid segfaults if XIM is set but not xim_styles
authorGrégory Mounié <Gregory.Mounie@imag.fr>
Sun, 2 Aug 2020 13:56:33 +0000 (15:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Aug 2020 17:19:16 +0000 (20:19 +0300)
commit72c5f71cd45c860299950cd058d8e13b87375741
tree077330e468943a2295c5e4e89ff9c9fe7bdb2582
parentf54ddb0198640e38c1d34bf6031ff5117c117c85
Avoid segfaults if XIM is set but not xim_styles

Emacs segfaults at the X11 initialization if XIM is set
and xim_styles is NULL.  This patch avoids the crash.
* src/xfns.c: Check also if FRAME_X_XIM_STYLES(f) is NULL.
(Bug#42676)  (Bug#42673)  (Bug#42677)

Copyright-paperwork-exempt: yes
src/xfns.c