https://issues.dlang.org/show_bug.cgi?id=16580
--- Comment #4 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/ebbdf21a7ebc6730a3d5f170b934143bdb18a414
fix Issue 16580 - spawnShell segfaults on macOS
--
https://issues.dlang.org/show_bug.cgi?id=16580
github-bugzi...@puremagic.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.dlang.org/show_bug.cgi?id=16580
--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/ebbdf21a7ebc6730a3d5f170b934143bdb18a414
fix Issue 16580 - spawnShell segfaults on macOS
- partia
https://issues.dlang.org/show_bug.cgi?id=16580
Martin Nowak changed:
What|Removed |Added
Keywords||pull
CC|
https://issues.dlang.org/show_bug.cgi?id=16580
--- Comment #1 from Jacob Carlborg ---
I should add that this will most likely affect any function inside std.process
that calls "environ".
--