Comment 10 for bug 1475623

Revision history for this message
In , Robert Ancell (robert-ancell) wrote :

The tests were using a c_str() result from a std::string that had gone out of
scope. GCC 5.1 seems to be more agressive in freeing the string data before
the tests checked against it.