Boost C++ Libraries: Ticket #744: thread_exception::message can return out of scope pointer https://svn.boost.org/trac10/ticket/744 <pre class="wiki">const char* thread_exception::message() const { if (m_sys_err != 0) return system_message(m_sys_err).c_str(); return what(); } if m_sys_err !=0 pointer form temporry is returned beyond containing scope </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/744 Trac 1.4.3 Roland Schwarz Fri, 06 Oct 2006 13:30:40 GMT status changed https://svn.boost.org/trac10/ticket/744#comment:1 https://svn.boost.org/trac10/ticket/744#comment:1 <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=541730 Altough it is a bug, it can currently do no harm. The feature is currently unused and as such a implementation detail. The issue will be addressed when there is need. </pre> Ticket