Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163102389
D35055.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
912 B
Referenced Files
None
Subscribers
None
D35055.diff
View Options
diff --git a/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp b/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
--- a/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
+++ b/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
@@ -2208,9 +2208,9 @@
return;
}
if ((aslr_status & PROC_ASLR_ACTIVE) != 0) {
- Printf("This sanitizer is not compatible with enabled ASLR "
- "and binaries compiled with PIE\n"
- "ASLR will be disabled and the program re-executed.\n");
+ VReport(1, "This sanitizer is not compatible with enabled ASLR "
+ "and binaries compiled with PIE\n"
+ "ASLR will be disabled and the program re-executed.\n");
int aslr_ctl = PROC_ASLR_FORCE_DISABLE;
CHECK_NE(procctl(P_PID, 0, PROC_ASLR_CTL, &aslr_ctl), -1);
ReExec();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 21, 2:40 AM (4 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35298549
Default Alt Text
D35055.diff (912 B)
Attached To
Mode
D35055: ASAN: reduce verbosity
Attached
Detach File
Event Timeline
Log In to Comment