$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Potential access violation in Boost.Regex
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-06-10 13:18:17
> 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.