1. 6956398 [ASan] Delete the code related to static runtime on OS X. by Alexander Potapenko · 12 years ago
  2. 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
  3. 6bae39d Lots of trivial changes to remove extraneous semicolons throughout ASan. by Chandler Carruth · 12 years ago
  4. c925697 [Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime by Alexey Samsonov · 12 years ago
  5. 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
  6. 327c1c1 [Sanitizer] Move internal_memcmp to common sanitizer libc by Alexey Samsonov · 12 years ago
  7. 4fac148 [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/ by Alexey Samsonov · 12 years ago
  8. 230c3be [Sanitizer] Move more functions/constants to sanitizer_common. by Alexey Samsonov · 12 years ago
  9. 1f11d31 [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitizer_libc: sscanf, munmap, memchr by Alexey Samsonov · 12 years ago
  10. c0d78c1 [Sanitizer]: move internal_strcmp to sanitizer_common by Alexey Samsonov · 12 years ago
  11. 3836ff2 [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior conforming to manual) by Alexey Samsonov · 12 years ago
  12. ee39255 [asan] more renaming by Kostya Serebryany · 12 years ago
  13. 3f4c387 [asan] more renaming by Kostya Serebryany · 12 years ago
  14. ebb9702 Add internal_memset and replace the uses of REAL(memset) with it where the performance allows. by Alexander Potapenko · 13 years ago
  15. beba644 [asan] merge mac-specific interceptors into one function by Alexey Samsonov · 13 years ago
  16. 5cf832d [asan]: remove asan_mac.h by Alexey Samsonov · 13 years ago
  17. 3fe9135 Introduce __asan_set_error_report_callback() to allow the client program post-process the error reports. by Alexander Potapenko · 13 years ago
  18. 8898102 AddressSanitizer: use custom strtol/atoll functions by Alexey Samsonov · 13 years ago
  19. da13ba8 AddressSanitizer: revert r150683 - we can't get rid of headers that easily by Alexey Samsonov · 13 years ago
  20. 5c7e500 AddressSanitizer: don't include pthread.h and signal.h in interceptors on Mac by Alexey Samsonov · 13 years ago
  21. 5362717 [ASan] Define an internal implementation of strchr to make stack OOB tests pass on Windows by Timur Iskhodzhanov · 13 years ago
  22. 5b29018 AddressSanitizer: start factoring out interception machinery by Alexey Samsonov · 13 years ago
  23. f2598fc AddressSanitizer: Add macro for definition/declaration of interceptors by Alexey Samsonov · 13 years ago
  24. 3389b8e AddressSanitizer: Enforce default visibility for all libc interceptors by Alexey Samsonov · 13 years ago
  25. 6f04529 Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows. by Alexander Potapenko · 13 years ago
  26. f3810ea [asan] use internal_strcmp before asan_init is done. *may* fix asan issue #30 by Kostya Serebryany · 13 years ago
  27. d47189c [asan] remove OS-dependent includes from asan_interceptors.h by Kostya Serebryany · 13 years ago
  28. a4ccf87 [asan] don't use strstr/strncat from libc, use our own versions instead by Kostya Serebryany · 13 years ago
  29. 547652c [asan]: fix mac build by Kostya Serebryany · 13 years ago
  30. 4803ab9 [asan] refactoring: move all interceptors to a single file by Kostya Serebryany · 13 years ago
  31. de496f4 [asan] use custom libc-free getenv; a bit of refactoring around mmap calls by Kostya Serebryany · 13 years ago
  32. 0985ca2 [asan] interceptor for strcat. Patch by samsonov@google.com by Kostya Serebryany · 13 years ago
  33. 52fb238 [asan] interceptor for memcmp. Patch by samsonov@google.com by Kostya Serebryany · 13 years ago
  34. af0f01d [asan] interceptors for strcasecmp and strncasecmp. patch by samsonov@google.com by Kostya Serebryany · 13 years ago
  35. c695a47 The code instrumented with ASan may have its own instance of the by Kostya Serebryany · 13 years ago
  36. 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
  37. cbab911 fix asan-rt build on Mac. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  38. 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