https://issues.apache.org/ooo/show_bug.cgi?id=124509
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |RESOLVED Resolution|--- |FIXED --- Comment #9 from [email protected] <[email protected]> --- Fixed with the commit above: putenv() has changed its semantic to no longer copy its input buffers and that results in problems if the input buffers were only temporary. Using setenv(), which still copies the input buffers, solves the problem. -- You are receiving this mail because: You are watching all issue changes.
