summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interface_internal.h
Commit message (Expand)AuthorAge
* [asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany2013-09-18
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-26
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-22
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-18
* [tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint Kostya Serebryany2013-02-13
* [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany2013-02-12
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-31