Re: [Win32] putenv modifications not inherited by child processed (Was: Heap corruption in putenv)

2013-02-17 Thread Michael Goffioul
On Sun, Feb 17, 2013 at 1:59 PM, John W. Eaton wrote: > On 02/15/2013 03:16 PM, Michael Goffioul wrote: > >> On Fri, Feb 15, 2013 at 2:10 PM, Paul Eggert > > wrote: >> >> On 02/15/2013 07:10 AM, Michael Goffioul wrote: >> > I guess the only solution to this pro

Re: [Win32] putenv modifications not inherited by child processed (Was: Heap corruption in putenv)

2013-02-17 Thread John W. Eaton
On 02/15/2013 03:16 PM, Michael Goffioul wrote: On Fri, Feb 15, 2013 at 2:10 PM, Paul Eggert mailto:egg...@cs.ucla.edu>> wrote: On 02/15/2013 07:10 AM, Michael Goffioul wrote: > I guess the only solution to this problem is to always _putenv and not manipulate "environ" directly.