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

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 18 05:52:58 CDT 2018


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

--- Comment #18 from Jason Edmeades <us at edmeades.me.uk> ---
Glad it sorts out the problem, and thanks for the windows testing.

My gut feeling is go with what we have (so char** array doesn't point to them
but they are actually in the space allocated for the environ but not
referenceable unless you walk the environ explicitly) until we find an app that
will care. Anyone walking the char** array wont see them, and whether there are
gaps or not seems an implementation detail not exposed to the user through
normal API means.

-- 
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