Fix race condition in Environment.GetEnvironmentVariable (#42608)
authorJan Kotas <jkotas@microsoft.com>
Wed, 23 Sep 2020 12:55:32 +0000 (05:55 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 12:55:32 +0000 (05:55 -0700)
commitb1ac8acf834812460972505b6860d00d66988dd5
tree6abb4e411543baffbd28bcb27c564b22d67ae19e
parent87809d68e77ab762691ec2472416d26dcd2a77da
Fix race condition in Environment.GetEnvironmentVariable (#42608)
src/coreclr/src/System.Private.CoreLib/src/System/CLRConfig.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetEnvironmentVariable.cs
src/libraries/Common/src/System/Text/ValueStringBuilder.cs
src/libraries/System.Private.CoreLib/src/System/Environment.Variables.Windows.cs