Clone this repo:

Branches

  1. 0fd96f9 tsan: intercept vfork by Dmitry Vyukov · 11 years ago main
  2. 99ba90b [asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow. by Kostya Serebryany · 11 years ago
  3. ec94432 Add myself as a c-rt owner of ASan/Win by Timur Iskhodzhanov · 11 years ago
  4. 7e437fd tsan: 2 more deadlock detector benchmarks by Dmitry Vyukov · 11 years ago
  5. 316adc2 Fix Howard's e-mail by Alexey Samsonov · 11 years ago
  6. 4c33c61 Add CODE_OWNERS.TXT by Alexey Samsonov · 11 years ago
  7. cd51024 [sanitizer] Fix iOS build. by Evgeniy Stepanov · 11 years ago
  8. e8a957f tsan: fix deadlock detector lit test output by Dmitry Vyukov · 11 years ago
  9. e681e7d tsan: add another deadlock detector benchmark by Dmitry Vyukov · 11 years ago
  10. b51d5e5 tsan: fix internal deadlock detector for external deadlock detector by Dmitry Vyukov · 11 years ago
  11. 8fec48f [sanitizer] Sizes and layouts for sanitizers on FreeBSD. by Evgeniy Stepanov · 11 years ago
  12. 79a9353 [asan] Install asan_device_setup to bin/ when targetting Android. by Evgeniy Stepanov · 11 years ago
  13. 00e3dec tsan: add recursive deadlock detector benchmark by Dmitry Vyukov · 11 years ago
  14. ddaf9fd [asan] Don't disable SEGV handler on Android by default. by Evgeniy Stepanov · 11 years ago
  15. cb07709 tsan: improve deadlock detector test by Dmitry Vyukov · 11 years ago
  16. d8d4009 [CMake] Make sure add_compiler_rt_resource_file doesn't do unnecessary work by Alexey Samsonov · 11 years ago
  17. 8d890e2 Add accidentally removed -D by Alexey Samsonov · 11 years ago
  18. 6b3f221 Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmake by Alexey Samsonov · 11 years ago
  19. 2800fa7 Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS by Reid Kleckner · 11 years ago
  20. 4cb0b60 Undef helper macros after using them. by Joerg Sonnenberger · 11 years ago