Files
textmate/Frameworks/OakSystem
Allan Odgaard 4e2b5f91ca Process working directory not always setup
This is a fairly subtle bug: We were implicitly creating a temporary std::string object and requesting c_str from this object.

This C string’s lifetime was that of the temporary std::string, and as we did a lot of std::string creation in the following line, with the new libc++, there was a good chance that the temporary string buffer would be re-used and so, our working directory would be set to a bogus value.

This closes issue #329.
2012-08-30 15:46:42 +02:00
..
2012-08-09 16:25:56 +02:00