summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-08-28 14:49:27 +0000
committerHans Wennborg <hans@hanshq.net>2019-08-28 14:49:27 +0000
commitbf5c673cec2ea52ee4fdd784e462ff3a2960dba9 (patch)
tree6f48217a7f8de263ea7e017a33ad0bf4352bdf44
parent8bd61483bf8b80df4f5a0f57bd815e88375c2f11 (diff)
downloadclang-bf5c673cec2ea52ee4fdd784e462ff3a2960dba9.tar.gz
Merging r370035:
------------------------------------------------------------------------ r370035 | devnexen | 2019-08-27 12:04:03 +0200 (Tue, 27 Aug 2019) | 7 lines [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/branches/release_90@370213 91177308-0d34-0410-b5e6-96231b3b80d8
-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
==============