Skip to content

Commit

Permalink
[asan][Windows] Synchronizing ASAN init on Windows
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
zacklj89 committed Dec 1, 2023
1 parent 1449b52 commit 025e4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/asan/asan_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 025e4b2

Please sign in to comment.