Boost C++ Libraries: Ticket #475: wave crashes with this input https://svn.boost.org/trac10/ticket/475 <pre class="wiki">wave.exe crashes when it is given this input. Using a debugger it turns out that in cpp.re in the fill function memcpy gets a negative number as count (-&gt; very big positive number 'coz size_t is unsigned) -&gt; crash. Somehow s-&gt;lim == 0, this is why count becomes negative in memcpy. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/475 Trac 1.4.3 jmihalicza Sat, 27 Aug 2005 13:18:10 GMT <link>https://svn.boost.org/trac10/ticket/475#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/475#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=1335561 If the last character of the input is removed wave.exe runs with no crash. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Hartmut Kaiser</dc:creator> <pubDate>Sun, 28 Aug 2005 03:26:24 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/475#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/475#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=353975 Thank you for submitting a bug report to BOOST </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Hartmut Kaiser</dc:creator> <pubDate>Sun, 28 Aug 2005 03:26:25 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/475#comment:3 https://svn.boost.org/trac10/ticket/475#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=353975 Thanks for reporting this bug. It has been fixed in Boost CVS (HEAD). Regards Hartmut </pre> Ticket