j
k
j a
j l
recently, I've found a bug in regex that can lead to access violation. std::string s(".*?"); boost::regex regEx(s.begin(), s.end()); // Potential AV here
Confirmed, fixed in revision #72540. Regards, John.
Back to the thread
Back to the list