This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/25719] ostringstream::str().c_str() returns pointer to unallocated memory
- From: "lawless at spamcop dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2006 16:15:28 -0000
- Subject: [Bug libstdc++/25719] ostringstream::str().c_str() returns pointer to unallocated memory
- References: <bug-25719-7638@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from lawless at spamcop dot net 2006-01-09 16:15 -------
The string object in the test case does not die until the
'main' function is exited. The destructor is not called
before the 'return' statement, which is after the 'printit'
function call.
--
lawless at spamcop dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25719