mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
Another fix for very large numbers of repeats.
[SVN r31995]
This commit is contained in:
@ -1065,6 +1065,8 @@ void basic_regex_creator<charT, traits>::create_startmap(re_syntax_base* state,
|
||||
if(is_bad_repeat(state))
|
||||
{
|
||||
set_all_masks(l_map, mask);
|
||||
if(pnull)
|
||||
*pnull |= mask;
|
||||
return;
|
||||
}
|
||||
set_bad_repeat(state);
|
||||
|
Reference in New Issue
Block a user