Another fix for very large numbers of repeats.

[SVN r31995]
This commit is contained in:
John Maddock
2005-12-12 13:03:05 +00:00
parent 02c6228c77
commit ef37b58888

View File

@ -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);