Comment 12 for bug 1475623

Revision history for this message
In , Rico Tzschichholz (ricotz) wrote :

commit f9d2b4a70b8fd11a5c1d399ce8f4d50ea60e7fbc
Author: Robert Ancell <email address hidden>
Date: Fri Jul 24 16:14:11 2015 +1200

    Fix tests crashing with GCC 5.1

    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.

    https://bugs.freedesktop.org/show_bug.cgi?id=91443