Skip to content

Commit bccbd74

Browse files
committed
[ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD
Reviewers: sylvestre.ledru, kcc Reviewed By: sylvestre.ledru Differential Revision: https://reviews.llvm.org/D66792 llvm-svn: 370035
1 parent dd591bd commit bccbd74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/MemorySanitizer.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ Limitations
204204
non-position-independent executables, and could fail on some Linux
205205
kernel versions with disabled ASLR. Refer to documentation for older versions
206206
for more details.
207+
* MemorySanitizer might be incompatible with position-independent executables
208+
from FreeBSD 13 but there is a check done at runtime and throws a warning
209+
in this case.
207210

208211
Current Status
209212
==============

0 commit comments

Comments
 (0)