id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5613,basic_regex class constructor invalid memory read,Yang Dingning ,John Maddock,"Compile and run the following code: {{{ #include int main() { boost::regex reg(""(\\w++{3})*""); return 0; } }}} This would cause boost to read from invalid memory and crash the program, leading to denial of service. The bug has been verified to exist in Boost 1.46.1, and also in trunk code as of Jun. 9.",Bugs,closed,To Be Determined,regex,Boost 1.46.1,Problem,fixed,,