Boost C++ Libraries: Ticket #3819: Possible reading-overflow in format_date_parser::parse_date https://svn.boost.org/trac10/ticket/3819 <p> If the format-string given in format_str ends with '%' then the parser may read over the end of format_str. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3819 Trac 1.4.3 Tobias Loew Tue, 12 Jan 2010 15:24:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3819#comment:1 https://svn.boost.org/trac10/ticket/3819#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I added a test at every position where the format-string-iterator is additionally increased within the loop </p> Ticket Tobias Loew Tue, 12 Jan 2010 15:30:52 GMT attachment set https://svn.boost.org/trac10/ticket/3819 https://svn.boost.org/trac10/ticket/3819 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">date_time.patch</span> </li> </ul> Ticket