[PATCH v1] kernel32: make GetEnvironmentStringsW returns a copy of the environment

Nikolay Sivov nsivov at codeweavers.com
Sat Mar 16 14:02:15 CDT 2019


On 3/16/19 9:57 PM, Jon Doron wrote:
> There are certain applications which try to traverse the environement 
> being returned, but this is problematic since they cannot acquire the 
> PEB Lock (i.e cl.exe on Visual Studio 14.15) . To resolve the issue 
> provide a copy of the current environment same as in 
> GetEnvironmentStringsA .
Please add a test to confirm this change.



More information about the wine-devel mailing list