summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.h
Commit message (Expand)AuthorAge
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-05
* If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko2012-08-24
* Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth2012-06-25
* [Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov2012-06-15
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-15
* [Sanitizer] Move internal_memcmp to common sanitizer libcAlexey Samsonov2012-06-14
* [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/Alexey Samsonov2012-06-08
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov2012-06-05
* [Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov2012-06-04
* [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...Alexey Samsonov2012-06-04
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* Add internal_memset and replace the uses of REAL(memset) with it where the pe...Alexander Potapenko2012-03-29
* [asan] merge mac-specific interceptors into one functionAlexey Samsonov2012-03-21
* [asan]: remove asan_mac.hAlexey Samsonov2012-03-21
* Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko2012-02-27
* AddressSanitizer: use custom strtol/atoll functionsAlexey Samsonov2012-02-17
* AddressSanitizer: revert r150683 - we can't get rid of headers that easilyAlexey Samsonov2012-02-16
* AddressSanitizer: don't include pthread.h and signal.h in interceptors on MacAlexey Samsonov2012-02-16
* [ASan] Define an internal implementation of strchr to make stack OOB tests pa...Timur Iskhodzhanov2012-02-14
* AddressSanitizer: start factoring out interception machineryAlexey Samsonov2012-02-08
* AddressSanitizer: Add macro for definition/declaration of interceptorsAlexey Samsonov2012-02-02
* AddressSanitizer: Enforce default visibility for all libc interceptorsAlexey Samsonov2012-01-30
* Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows.Alexander Potapenko2012-01-27
* [asan] use internal_strcmp before asan_init is done. *may* fix asan issue #30Kostya Serebryany2012-01-23
* [asan] remove OS-dependent includes from asan_interceptors.hKostya Serebryany2012-01-11
* [asan] don't use strstr/strncat from libc, use our own versions instead Kostya Serebryany2012-01-09
* [asan]: fix mac buildKostya Serebryany2012-01-09
* [asan] refactoring: move all interceptors to a single fileKostya Serebryany2012-01-09
* [asan] use custom libc-free getenv; a bit of refactoring around mmap callsKostya Serebryany2011-12-28
* [asan] interceptor for strcat. Patch by samsonov@google.comKostya Serebryany2011-12-28
* [asan] interceptor for memcmp. Patch by samsonov@google.comKostya Serebryany2011-12-28
* [asan] interceptors for strcasecmp and strncasecmp. patch by samsonov@google.comKostya Serebryany2011-12-28
* The code instrumented with ASan may have its own instance of theKostya Serebryany2011-12-28
* [asan] don't require __cxa_throw to be present in the process. This is the la...Kostya Serebryany2011-12-05
* fix asan-rt build on Mac. Patch by glider@google.comKostya Serebryany2011-11-30
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-30