id summary reporter owner description type status milestone component version severity resolution keywords cc 2022 "Found crash of boost for characters ' * ' , ' a* ' , & "" abc** """ md.salim.hussain@… John Maddock "Hi, I have found crash of Boost Regex Library whenever I give search Pattern '*' or 'a*' or 'abc**' i.e. multiple occurence of * My code is like this: #include ""GrepWrapper.h"" #include using namespace std; char pattern[] = ""aa moduladfe=message&_action=view5080|"" ""*|"" ""*GET|"" ""ya**|"" ""tarewq*|"" ; char buf[] = ""GET"" ""yaaaa"" ""GET""; int main(int argc, char **argv) { int nRetValue = 0; CGrepWrapper objGrepWrapper; objGrepWrapper.SetSearchPattern(pattern); ACE_Vector vOutputVector; nRetValue = objGrepWrapper.ApplyFilter(buf, 10, vOutputVector, true); int nVectorLen = vOutputVector.size(); if (nVectorLen > 0) { for (int i = 0 ; i < nVectorLen; i++) { printf(""\t%s"", vOutputVector[i].c_str()); vOutputVector.pop_back(); } } else { //printf(""\nNot Found""); } return 0; }" Bugs closed regex Boost 1.34.0 Showstopper invalid