GNU bug report logs -
#58334
29.0.50; ASAN heap use after free in gui_produce_glyphs
Previous Next
Full log
View this message in rfc822 format
> From: Po Lu <luangruo <at> yahoo.com>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 58334 <at> debbugs.gnu.org
> Date: Fri, 07 Oct 2022 18:28:33 +0800
>
> Gerd Möllmann <gerd.moellmann <at> gmail.com> writes:
>
> > Redisplay has two phases:
> >
> > 1. Building desired matrices, that is, what should be on the screen
> > after redisplay.
>
> Well, at least there's this in redisplay_internal (I think you wrote
> it):
>
> /* I don't think this happens but let's be paranoid. */
> if (redisplaying_p) <=================================
> return;
>
> So perhaps the right thing to do would be to replace the comment with
> one saying that process_pending_signals can potentially cause redisplay
> to be called within itself.
You don't need process_pending_signals, it's enough that some hook
calls 'redisplay' from Lisp.
This bug report was last modified 2 years and 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.