[PATCH] D22992: Updated documentation

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


vitalybuka updated this revision to Diff 66504.
vitalybuka added a comment.

nits


https://reviews.llvm.org/D22992

Files:
  docs/AddressSanitizer.rst

Index: docs/AddressSanitizer.rst
===================================================================
--- docs/AddressSanitizer.rst
+++ 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.66504.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160802/6437898a/attachment.bin>


More information about the llvm-commits mailing list