bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65726: 29.1.50; Crash in regexp engine


From: Stefan Monnier
Subject: bug#65726: 29.1.50; Crash in regexp engine
Date: Sat, 16 Sep 2023 11:48:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> I think you are right, but wouldn't mind seeing it confirmed
> empirically. Say, by cross-checking using an an alternative (slower)
> implementation that directly checks whether a node has been visited before.

I'm reworking my code so it takes 2 arguments: the loop-entry and the
loop-exit.  Any jump outside of those bounds should never happen so we
can assert it to check that our assumptions are right (and we can
return false when we don't compile assertions, so it's never over-optimistic).


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]