From 025e4b27257ebc94cb11a45e99fad3ec5b10e401 Mon Sep 17 00:00:00 2001 From: Zachary Johnson Date: Fri, 1 Dec 2023 16:05:42 -0500 Subject: [asan][Windows] Synchronizing ASAN init on Windows Created using spr 1.3.4 --- compiler-rt/lib/asan/asan_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/asan/asan_internal.h b/compiler-rt/lib/asan/asan_internal.h index 569f8ae..b19ed92 100644 --- a/compiler-rt/lib/asan/asan_internal.h +++ b/compiler-rt/lib/asan/asan_internal.h @@ -130,7 +130,7 @@ void InstallAtExitCheckLeaks(); if (&__asan_on_error) \ __asan_on_error() -// Unless synchronization is used during initialization, +// Unless synchronization is used during initialization, // race conditions can appear causing incorrect states or internal check // failures, depending on the loading thread and when ASAN is loaded on Windows. // From a multithreaded managed environment, if an ASAN instrumented dll -- cgit v1.1