https://bugs.winehq.org/show_bug.cgi?id=55835
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- took a quick glance at it: tested on Win10.
32bit version looks it behaves as Wine (_environ[] points to a global chunk of memory containing all pointers) while 64bit has a different allocation for each string in _environ[]).
do you have an application that depends on this behavior?