What is it all about?
AddressSanitizer (aka ASan) is a memory error detector for C/C++. The tool consists of a compiler instrumentation module (currently, an LLVM pass) and a run-time library which replaces the malloc function.
Key Features
* Use after free (dangling pointer dereference) * Heap buffer overflow * Stack buffer overflow * Global buffer overflow * Use after return * Use after scope * Initialization order bugs * Memory leaks * License Free/open source (LLVM)
Resources
Resource Type |
Link |
---|---|
Introduction | https://github.com/google/sanitizers/wiki/AddressSanitizer |
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}