id summary reporter owner description type status milestone component version severity resolution keywords cc 9216 format_date_parser::parse_date reads off end of format_str if it ends with a % Roger Orr Marshall Clow "If boost::format_date_parser::parse_date is given a format_str such as ""%"" then the loop in date_time\format_date_parser.hpp: {{{#!c++ while (itr != format_str.end() && (sitr != stream_end)) { if (*itr == '%') { itr++; if (*itr != '%') { // <<< ERROR here switch(*itr) { case 'a': }}} tries to dereference the one-past-the-end character on the line marked. With a debugging iterator (eg MSVC) this causes runtime failure." Bugs closed To Be Determined date_time Boost 1.54.0 Problem fixed