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 0f4f8cd commit becbebbCopy full SHA for becbebb
compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
@@ -299,7 +299,7 @@ static void ReExecIfNeeded(bool ignore_heap) {
299
if (personality(old_personality | ADDR_NO_RANDOMIZE) == -1) {
300
Printf(
301
"FATAL: ThreadSanitizer: encountered an incompatible memory "
302
- "but was unable to disable ASLR (perhaps sandboxing is "
+ "layout but was unable to disable ASLR (perhaps sandboxing is "
303
"enabled?).\n");
304
305
"FATAL: Please rerun with lower ASLR entropy, ASLR disabled, "
0 commit comments