]> git.eshelyaron.com Git - emacs.git/commit
Fix segfaults when starting on 80x26 TTY frames
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Jun 2022 10:41:59 +0000 (13:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Jun 2022 10:41:59 +0000 (13:41 +0300)
commitef5651cc77b9a57bd6af5f9914c26528355c80be
tree5712961b0a0bfcef47ba7fc2e588b1e1c98a6b03
parentbfa647972f39e709c7a51981be3761224f0c1d48
Fix segfaults when starting on 80x26 TTY frames

* src/dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Make
sure we have valid frame glyph matrices for the interactive
session.  (Bug#55760)
(adjust_frame_glyphs): Add assertions for when we fail to allocate
valid frame glyph matrices for a TTY frame.
src/dispnew.c