Updated documentation
authorVitaly Buka <vitalybuka@google.com>
Tue, 2 Aug 2016 17:51:48 +0000 (17:51 +0000)
committerVitaly Buka <vitalybuka@google.com>
Tue, 2 Aug 2016 17:51:48 +0000 (17:51 +0000)
Reviewers: kcc, eugenis

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D22992

llvm-svn: 277488

clang/docs/AddressSanitizer.rst

index a42a1ff..f64f60d 100644 (file)
@@ -14,7 +14,8 @@ following types of bugs:
 
 * 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)