summaryrefslogtreecommitdiff
path: root/docs/MemorySanitizer.rst
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-08-27 10:04:03 +0000
committerDavid Carlier <devnexen@gmail.com>2019-08-27 10:04:03 +0000
commitf8a76fe080eda7eb1f3a286713a24f0a9704e31c (patch)
tree72a2b473ceadd8d8d8c49ba04c35688f51258ebd /docs/MemorySanitizer.rst
parentaef9ce4a19f9fcb73f5af966544cd461f0007240 (diff)
downloadclang-f8a76fe080eda7eb1f3a286713a24f0a9704e31c.tar.gz
[ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD
Reviewers: sylvestre.ledru, kcc Reviewed By: sylvestre.ledru Differential Revision: https://reviews.llvm.org/D66792 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MemorySanitizer.rst')
-rw-r--r--docs/MemorySanitizer.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/MemorySanitizer.rst b/docs/MemorySanitizer.rst
index f513b009a3..8a88198d3e 100644
--- a/docs/MemorySanitizer.rst
+++ b/docs/MemorySanitizer.rst
@@ -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
==============