Boost C++ Libraries: Ticket #4176: Conditional jump uses uninitialized variable https://svn.boost.org/trac10/ticket/4176 <p> The first time through the loop in a pp_iterator_functor it sets seen_newline based on the value of skipped_newline but this has not been initialized in a newly created functor. </p> <p> The attached patch fixes this. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4176 Trac 1.4.3 John Keeping <john.keeping@…> Sat, 01 May 2010 11:00:29 GMT attachment set https://svn.boost.org/trac10/ticket/4176 https://svn.boost.org/trac10/ticket/4176 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-wave-iterator.patch</span> </li> </ul> Ticket Hartmut Kaiser Sat, 01 May 2010 13:16:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4176#comment:1 https://svn.boost.org/trac10/ticket/4176#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61723" title="Wave: fixed #4176">[61723]</a>) Wave: fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4176" title="#4176: Bugs: Conditional jump uses uninitialized variable (closed: fixed)">#4176</a> </p> Ticket