id summary reporter owner description type status milestone component version severity resolution keywords cc 13034 Infinite loop when counter overflows lukasz.czajczyk@… John Maddock "Hi, In function bool perl_matcher::match_dot_repeat_slow() variable 'count' can overflow since it's defined as unsigned int and rep->max is std::size_t initialized to numeric limits max. while(count < rep->max) { pstate = psingle; if(!match_wild()) break; ++count; } On Red Hat 6.7, 64 bit, unsigned int it 32 bit while size_t is 64 bit." Bugs closed To Be Determined regex Boost 1.66.0 Problem fixed