]> git.eshelyaron.com Git - emacs.git/commit
Avoid crashes in redisplay due to problematic font setups
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Jan 2025 12:24:57 +0000 (14:24 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:42:06 +0000 (18:42 +0100)
commit2e5eee750f31106ae5fc9f7f6f85225fad8a3054
tree12693eeb817350d7bcea3af3223e2a79835ceaf7
parentc6c340773c1e598bb45c9a32ff7c59078bb6403d
Avoid crashes in redisplay due to problematic font setups

* src/xdisp.c (handle_single_display_spec)
(produce_stretch_glyph): Avoid crashes if a face's font is NULL.
(Bug#75725)

(cherry picked from commit 77386412050fa348940bf83c5d736ff7b745d5d8)
src/xdisp.c