]> granicus.if.org Git - clang/commitdiff
[ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD
authorDavid Carlier <devnexen@gmail.com>
Tue, 27 Aug 2019 10:04:03 +0000 (10:04 +0000)
committerDavid Carlier <devnexen@gmail.com>
Tue, 27 Aug 2019 10:04:03 +0000 (10:04 +0000)
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

docs/MemorySanitizer.rst

index f513b009a32f8ed4a07ed8d878d1b37d59ae6a96..8a88198d3e92adb7293c5774df9fa2cd66ca568e 100644 (file)
@@ -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
 ==============