[PATCH] D66792: [ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD
David CARLIER via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 02:43:01 PDT 2019
devnexen created this revision.
devnexen added reviewers: sylvestre.ledru, kcc.
devnexen created this object with visibility "All Users".
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rC Clang
https://reviews.llvm.org/D66792
Files:
clang/docs/MemorySanitizer.rst
Index: clang/docs/MemorySanitizer.rst
===================================================================
--- clang/docs/MemorySanitizer.rst
+++ clang/docs/MemorySanitizer.rst
@@ -204,6 +204,9 @@
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
==============
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66792.217333.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190827/bde7935b/attachment.bin>
More information about the cfe-commits
mailing list