https://issues.dlang.org/show_bug.cgi?id=15783

Simen Kjaeraas <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Simen Kjaeraas <[email protected]> ---
core.sys.posix.stdlib.setenv is a simple wrapper around the posix function of
the same name, and should have the same behavior. This is not a bug in
core.sys.posix.stdlib, but one might argue there is one in phobos'
std.process.environment.

The OS is simply following the standard, which says nothing about how to handle
nulls:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/setenv.html

--

Reply via email to