PCRE2Project / pcre2

PCRE2 development is now based here.
Other
922 stars 194 forks source link

match: also restore originally unset entries in recursion #300

Closed carenas closed 1 year ago

carenas commented 1 year ago

Fixes: #261

PhilipHazel commented 1 year ago

Thank you for figuring out the solution to this issue. I have been poring over the code, trying to remember how it works, and failing to spot what was going on, mainly because I was looking too hard at the start of a recursion rather than the end. Doh!