fix overflow bug when attempting to access match results

This commit is contained in:
Christian Mazakas
2024-12-20 11:11:31 -08:00
parent 7af2aadcb8
commit 093e135925
4 changed files with 36 additions and 0 deletions

View File

@ -138,4 +138,5 @@ run issue153.cpp : : : "<toolset>msvc:<linkflags>-STACK:2097152" ;
run issue227.cpp ;
run issue232.cpp ;
run lookbehind_recursion_stress_test.cpp ;
run regex_replace_overflow.cpp ;