[PATCH] D22992: Updated documentation

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 10:59:29 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL277488: Updated documentation (authored by vitalybuka).

Changed prior to commit:
  https://reviews.llvm.org/D22992?vs=66504&id=66506#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22992

Files:
  cfe/trunk/docs/AddressSanitizer.rst

Index: cfe/trunk/docs/AddressSanitizer.rst
===================================================================
--- cfe/trunk/docs/AddressSanitizer.rst
+++ cfe/trunk/docs/AddressSanitizer.rst
@@ -14,7 +14,8 @@
 
 * Out-of-bounds accesses to heap, stack and globals
 * Use-after-free
-* Use-after-return (to some extent)
+* Use-after-return (runtime flag `ASAN_OPTIONS=detect_stack_use_after_return=1`)
+* Use-after-scope (clang flag `-fsanitize-address-use-after-scope`)
 * Double-free, invalid free
 * Memory leaks (experimental)
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22992.66506.patch
Type: text/x-patch
Size: 532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160802/a348c3e5/attachment.bin>


More information about the llvm-commits mailing list