summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.h
AgeCommit message (Expand)Author
2012-01-23[asan] use internal_strcmp before asan_init is done. *may* fix asan issue #30Kostya Serebryany
2012-01-11[asan] remove OS-dependent includes from asan_interceptors.hKostya Serebryany
2012-01-09[asan] don't use strstr/strncat from libc, use our own versions instead Kostya Serebryany
2012-01-09[asan]: fix mac buildKostya Serebryany
2012-01-09[asan] refactoring: move all interceptors to a single fileKostya Serebryany
2011-12-28[asan] use custom libc-free getenv; a bit of refactoring around mmap callsKostya Serebryany
2011-12-28[asan] interceptor for strcat. Patch by samsonov@google.comKostya Serebryany
2011-12-28[asan] interceptor for memcmp. Patch by samsonov@google.comKostya Serebryany
2011-12-28[asan] interceptors for strcasecmp and strncasecmp. patch by samsonov@google.comKostya Serebryany
2011-12-28The code instrumented with ASan may have its own instance of theKostya Serebryany
2011-12-05[asan] don't require __cxa_throw to be present in the process. This is the la...Kostya Serebryany
2011-11-30fix asan-rt build on Mac. Patch by glider@google.comKostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany