Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/SMDiagnostics/System/ServiceModel/Diagnostics/Utility.cs')
-rw-r--r--mcs/class/referencesource/SMDiagnostics/System/ServiceModel/Diagnostics/Utility.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/SMDiagnostics/System/ServiceModel/Diagnostics/Utility.cs b/mcs/class/referencesource/SMDiagnostics/System/ServiceModel/Diagnostics/Utility.cs
index 9bdec4c12ca..71fd837a355 100644
--- a/mcs/class/referencesource/SMDiagnostics/System/ServiceModel/Diagnostics/Utility.cs
+++ b/mcs/class/referencesource/SMDiagnostics/System/ServiceModel/Diagnostics/Utility.cs
@@ -28,7 +28,7 @@ namespace System.ServiceModel.Diagnostics
[SuppressMessage(FxCop.Category.Security, FxCop.Rule.TransparentMethodsMustNotReferenceCriticalCode)] // we got APTCA approval with no requirement to fix this transparency warning
internal static void CloseInvalidOutSafeHandle(SafeHandle handle)
{
- // Workaround for 64-bit CLR
+ // Workaround for 64-bit CLR bug VSWhidbey 546830 - sometimes invalid SafeHandles come back null.
if (handle != null)
{
#pragma warning disable 618