From 5133802c58ef432ab8b289418ee834ba480d74eb Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 23 Nov 2011 12:52:03 -0800 Subject: * lib.c (plus, minus): Fixed wrong assertion which would incorrectly fire for inputs that do not overflow. * match.c (search_form): Fixed incorrect loop test which could lead to nonterminating behavior. * RELNOTES: Updated. --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 9f9c16a1..3fadec42 100644 --- a/RELNOTES +++ b/RELNOTES @@ -12,6 +12,11 @@ - thus @foo bar behaves properly once again; it is not treated as foo followed by the regex / +/, ignoring the text bar. + - Infinite looping bug in negative match with longest-match semantics. + + - Bug in the overflow detection in the lib.c plus and minus function. + + (current release) TXR 042 -- cgit v1.2.3