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 388b83e commit a601f6cCopy full SHA for a601f6c
compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
@@ -263,7 +263,7 @@ static void ReExecIfNeeded(bool ignore_heap) {
263
if (personality(old_personality | ADDR_NO_RANDOMIZE) == -1) {
264
Printf("FATAL: ThreadSanitizer: unable to disable ASLR (perhaps "
265
"sandboxing is enabled?).\n");
266
- Printf("FATAL: Please rerun without sandboxing or ASLR.\n");
+ Printf("FATAL: Please rerun without sandboxing and/or ASLR.\n");
267
Die();
268
}
269
0 commit comments