Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
244a8e02f5c99a62f0c92cf854b859f34ca1d8b5
/
lib
/
asan
/
asan_interceptors.h
6956398
[ASan] Delete the code related to static runtime on OS X.
by Alexander Potapenko
· 12 years ago
eb8c46e
If the program is linked to a dynamic ASan runtime which is not present in DYLD_INSERT_LIBRARIES
by Alexander Potapenko
· 12 years ago
6bae39d
Lots of trivial changes to remove extraneous semicolons throughout ASan.
by Chandler Carruth
· 12 years ago
c925697
[Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime
by Alexey Samsonov
· 12 years ago
88207ab
[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementations of functions. Move strchr to sanitizer_libc.
by Alexey Samsonov
· 12 years ago
327c1c1
[Sanitizer] Move internal_memcmp to common sanitizer libc
by Alexey Samsonov
· 12 years ago
4fac148
[Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/
by Alexey Samsonov
· 12 years ago
230c3be
[Sanitizer] Move more functions/constants to sanitizer_common.
by Alexey Samsonov
· 12 years ago
1f11d31
[Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitizer_libc: sscanf, munmap, memchr
by Alexey Samsonov
· 12 years ago
c0d78c1
[Sanitizer]: move internal_strcmp to sanitizer_common
by Alexey Samsonov
· 12 years ago
3836ff2
[Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior conforming to manual)
by Alexey Samsonov
· 12 years ago
ee39255
[asan] more renaming
by Kostya Serebryany
· 12 years ago
3f4c387
[asan] more renaming
by Kostya Serebryany
· 12 years ago
ebb9702
Add internal_memset and replace the uses of REAL(memset) with it where the performance allows.
by Alexander Potapenko
· 13 years ago
beba644
[asan] merge mac-specific interceptors into one function
by Alexey Samsonov
· 13 years ago
5cf832d
[asan]: remove asan_mac.h
by Alexey Samsonov
· 13 years ago
3fe9135
Introduce __asan_set_error_report_callback() to allow the client program post-process the error reports.
by Alexander Potapenko
· 13 years ago
8898102
AddressSanitizer: use custom strtol/atoll functions
by Alexey Samsonov
· 13 years ago
da13ba8
AddressSanitizer: revert r150683 - we can't get rid of headers that easily
by Alexey Samsonov
· 13 years ago
5c7e500
AddressSanitizer: don't include pthread.h and signal.h in interceptors on Mac
by Alexey Samsonov
· 13 years ago
5362717
[ASan] Define an internal implementation of strchr to make stack OOB tests pass on Windows
by Timur Iskhodzhanov
· 13 years ago
5b29018
AddressSanitizer: start factoring out interception machinery
by Alexey Samsonov
· 13 years ago
f2598fc
AddressSanitizer: Add macro for definition/declaration of interceptors
by Alexey Samsonov
· 13 years ago
3389b8e
AddressSanitizer: Enforce default visibility for all libc interceptors
by Alexey Samsonov
· 13 years ago
6f04529
Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows.
by Alexander Potapenko
· 13 years ago
f3810ea
[asan] use internal_strcmp before asan_init is done. *may* fix asan issue #30
by Kostya Serebryany
· 13 years ago
d47189c
[asan] remove OS-dependent includes from asan_interceptors.h
by Kostya Serebryany
· 13 years ago
a4ccf87
[asan] don't use strstr/strncat from libc, use our own versions instead
by Kostya Serebryany
· 13 years ago
547652c
[asan]: fix mac build
by Kostya Serebryany
· 13 years ago
4803ab9
[asan] refactoring: move all interceptors to a single file
by Kostya Serebryany
· 13 years ago
de496f4
[asan] use custom libc-free getenv; a bit of refactoring around mmap calls
by Kostya Serebryany
· 13 years ago
0985ca2
[asan] interceptor for strcat. Patch by samsonov@google.com
by Kostya Serebryany
· 13 years ago
52fb238
[asan] interceptor for memcmp. Patch by samsonov@google.com
by Kostya Serebryany
· 13 years ago
af0f01d
[asan] interceptors for strcasecmp and strncasecmp. patch by samsonov@google.com
by Kostya Serebryany
· 13 years ago
c695a47
The code instrumented with ASan may have its own instance of the
by Kostya Serebryany
· 13 years ago
b3010e7
[asan] don't require __cxa_throw to be present in the process. This is the last dependency on libstdc++
by Kostya Serebryany
· 13 years ago
cbab911
fix asan-rt build on Mac. Patch by glider@google.com
by Kostya Serebryany
· 13 years ago
1e172b4
AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt
by Kostya Serebryany
· 13 years ago