[PATCH] D22992: Updated documentation

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 19:47:08 PDT 2016


vitalybuka created this revision.
vitalybuka added reviewers: kcc, eugenis.
vitalybuka added a subscriber: llvm-commits.

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.66214.patch
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160730/c72b8d05/attachment.bin>


More information about the llvm-commits mailing list