]> git.eshelyaron.com Git - emacs.git/commit
Fix crashes in desktop-save-mode
authorPo Lu <luangruo@yahoo.com>
Sun, 19 Feb 2023 02:47:32 +0000 (10:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 19 Feb 2023 02:47:32 +0000 (10:47 +0800)
commitc6809eb92780f8206423898151cc40c959921753
treea9425b12829e32ee43b641c7a87d8a1005e8e60f
parent2bcfa0e68e4345b39bb6be5f663a9e65084ad522
Fix crashes in desktop-save-mode

* lisp/subr.el (overriding-text-conversion-style, y-or-n-p):
Disable text conversion when reading from minibuffer.
* src/androidfns.c (android_make_monitor_attribute_list): New
function.
(Fandroid_display_monitor_attributes_list): Call it to set
monitor_frames, which avoids a NULL pointer dereference.
Reported by Angelo Graziosi <angelo.g0@libero.it>.
lisp/subr.el
src/androidfns.c