We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2e1fc commit 97aee59Copy full SHA for 97aee59
compiler-rt/lib/tsan/rtl-old/tsan_rtl.cpp
@@ -16,6 +16,7 @@
16
#include "sanitizer_common/sanitizer_atomic.h"
17
#include "sanitizer_common/sanitizer_common.h"
18
#include "sanitizer_common/sanitizer_file.h"
19
+#include "sanitizer_common/sanitizer_interface_internal.h"
20
#include "sanitizer_common/sanitizer_libc.h"
21
#include "sanitizer_common/sanitizer_placement_new.h"
22
#include "sanitizer_common/sanitizer_stackdepot.h"
@@ -415,9 +416,6 @@ void Initialize(ThreadState *thr) {
415
416
__tsan::InitializePlatformEarly();
417
418
#if !SANITIZER_GO
- // Re-exec ourselves if we need to set additional env or command line args.
419
- MaybeReexec();
420
-
421
InitializeAllocator();
422
ReplaceSystemMalloc();
423
#endif
0 commit comments