Re: [PATCH] kernel32: return copy of environment block inGetEnvironmentStringsW

2007-04-04 Thread Peter Beutner
Dmitry Timoshkov schrieb: > "Peter Beutner" <[EMAIL PROTECTED]> wrote: > >> Make behaviour consistent with GetEnvironmentStringsA. >> Prevents crash for confused applications which first call >> GetEnvironmentStringsW and then want to free it with >> FreeEnvironmentStringsA. > > This patch is wro

Re: [PATCH] kernel32: return copy of environment block inGetEnvironmentStringsW

2007-03-31 Thread Dmitry Timoshkov
"Peter Beutner" <[EMAIL PROTECTED]> wrote: Make behaviour consistent with GetEnvironmentStringsA. Prevents crash for confused applications which first call GetEnvironmentStringsW and then want to free it with FreeEnvironmentStringsA. This patch is wrong: http://blogs.msdn.com/matt_pietrek/arc