]> git.eshelyaron.com Git - emacs.git/commit
Avoid rare segfaults due to crazy creation of new child frames
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Mar 2025 19:32:16 +0000 (21:32 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Mar 2025 19:34:01 +0000 (20:34 +0100)
commit87380dae42f2592cb8acb9d588baff75ef115643
tree69d61c0764c339da6298df482c9d5de50415093a
parenteb473083cd1c38665385b0f8aba443252d46fd53
Avoid rare segfaults due to crazy creation of new child frames

* src/dispnew.c (combine_updates, combine_updates_for_frame): Skip
frames and child frames that were not yet completely made.
(Bug#77046)

(cherry picked from commit 62368f93a5d2cf1b961626c705c032e15b1d5f43)
src/dispnew.c