]> git.eshelyaron.com Git - emacs.git/commit
* src/ftcrfont.c (ftcrfont_open): Initialize the `max_width` field
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Oct 2020 13:49:20 +0000 (09:49 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Oct 2020 13:49:20 +0000 (09:49 -0400)
commitc7804ac4018fb03787f291d7ef1739b34914d930
treebad7b219d2eadb8a3d7e74dfeb2dc8376296f5af
parentd340a979dbbd6150a3af4783cf8b3b65368bbdad
* src/ftcrfont.c (ftcrfont_open): Initialize the `max_width` field

On a 32bit build, Emacs can otherwise crash with a !FIXNUM_OVERFLOW_P
assertion in `Ffont_info` by simply doing `emacs -Q` and then `C-s`.

* src/font.c: Try and detect uninitialized `max_width` fields.
(font_make_object): Set max_width to a silly value.
(Ffont_info): Check the value is not silly any more.
src/font.c
src/ftcrfont.c