bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] regex: fix match with possessive quantifier


From: Egor Ignatov
Subject: Re: [PATCH] regex: fix match with possessive quantifier
Date: Tue, 22 Jun 2021 18:35:58 +0300

> regex_internal.c:1317:7: runtime error: execution reached an unreachable 
> program point
> FAIL test-regex (exit status: 1)

This problem occurs in this test:
'{ "()\\1*\\1*", "", REG_EXTENDED, 2, { { 0, 0 }, { 0, 0 } } }'
because proceed_next_node tries to insert an existing element
into the set.



reply via email to

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