Charles Hu dc49e156cd
Hide Windows magic environment values from ProcessInfo.environment (#853)
Windows GetEnvironmentStringsW API can return magic environment variables set by the cmd shell that starts with "=". We should hide these values to avoid surprising behavior.

resolves: https://github.com/apple/swift-foundation/issues/847
2024-08-15 10:47:07 -07:00
..