[Bug 45320] cmd creates an environment variable with an empty name

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 15 02:49:27 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45320

--- Comment #3 from Dima Ryazanov <dima at gmail.com> ---
Jason: wow, you're correct.

I ran Example 3 from
https://msdn.microsoft.com/en-us/library/windows/desktop/ms682009(v=vs.85).aspx
; it uses GetEnvironmentStrings to print out environment variables.

On Wine, it produces exactly the same output as my testcase. On Windows,
however, I see three extra variables:

=::=::\
=C:=C:\Users\dima\Documents
=ExitCode=00000000

So looks like they're just hidden from the POSIX APIs?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list