Skip to content
Snippets Groups Projects
Commit 78162766 authored by Vitaly Buka's avatar Vitaly Buka
Browse files

Updated documentation

Reviewers: kcc, eugenis

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277488 91177308-0d34-0410-b5e6-96231b3b80d8
parent b0191e8f
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,8 @@ following types of bugs: ...@@ -14,7 +14,8 @@ following types of bugs:
* Out-of-bounds accesses to heap, stack and globals * Out-of-bounds accesses to heap, stack and globals
* Use-after-free * 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 * Double-free, invalid free
* Memory leaks (experimental) * Memory leaks (experimental)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment