r370035 - [ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD
David Carlier via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 03:04:03 PDT 2019
Author: devnexen
Date: Tue Aug 27 03:04:03 2019
New Revision: 370035
URL: http://llvm.org/viewvc/llvm-project?rev=370035&view=rev
Log:
[ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD
Reviewers: sylvestre.ledru, kcc
Reviewed By: sylvestre.ledru
Differential Revision: https://reviews.llvm.org/D66792
Modified:
cfe/trunk/docs/MemorySanitizer.rst
Modified: cfe/trunk/docs/MemorySanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/MemorySanitizer.rst?rev=370035&r1=370034&r2=370035&view=diff
==============================================================================
--- cfe/trunk/docs/MemorySanitizer.rst (original)
+++ cfe/trunk/docs/MemorySanitizer.rst Tue Aug 27 03:04:03 2019
@@ -204,6 +204,9 @@ Limitations
non-position-independent executables, and could fail on some Linux
kernel versions with disabled ASLR. Refer to documentation for older versions
for more details.
+* MemorySanitizer might be incompatible with position-independent executables
+ from FreeBSD 13 but there is a check done at runtime and throws a warning
+ in this case.
Current Status
==============
More information about the cfe-commits
mailing list