1. 7e55245 OpenBSD Ubsan support / interception by Kamil Rytarowski · 8 years ago
  2. 271018d [Sanitizers] Basic sanitizer Solaris support (PR 33274) by Kamil Rytarowski · 8 years ago
  3. 90b4635 [Sanitizers] Use SANITIZER_* macros in lib/interception by Kamil Rytarowski · 8 years ago
  4. 0f43b92 sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does not work. by Peter Collingbourne · 8 years ago
  5. 70a3511 Reuse interception_linux for NetBSD by Kamil Rytarowski · 8 years ago
  6. 04f2bf0 [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov by Kostya Serebryany · 12 years ago
  7. 23b80ab asan: fix android build android does not have dlvsym by Dmitry Vyukov · 12 years ago
  8. 3a6c7ce tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 12 years ago
  9. 0f840bd [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type by Alexey Samsonov · 13 years ago
  10. 7fb7330 asan/tsan: weak interceptors by Dmitry Vyukov · 13 years ago
  11. 1dd4c60 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it by Kostya Serebryany · 13 years ago[Renamed from compiler-rt/lib/asan/interception/interception_linux.cc]
  12. 234d8c2 Lint fix by Alexander Potapenko · 14 years ago
  13. c5d845d [asan] Add a missing include. by Evgeniy Stepanov · 14 years ago
  14. 8489f2a AddressSanitizer: start factoring out interception machinery by Alexey Samsonov · 14 years ago