1. ae7db43 [msan] Intercept dlerror. by Evgeniy Stepanov · 11 years ago
  2. 2bcd3b5 [ASan] Make asan_symbolize.py fall back to ASAN_SYMBOLIZER_PATH (which is used when ASAN_OPTIONS=symbolize=1) if LLVM_SYMBOLIZER_PATH is empty. by Alexander Potapenko · 11 years ago
  3. 548559d [msan] Disable mlock/mlockall to work around a linux kernel bug. by Evgeniy Stepanov · 11 years ago
  4. 26fe5d3 [sanitizer] Intercept getline, getdelim. by Evgeniy Stepanov · 11 years ago
  5. 6f5427b [ASan] Turn on (non-strict) initialization order checker by default for all ASan users by Alexey Samsonov · 11 years ago
  6. 9afa452 [msandr] Add check-before-write optimization. by Evgeniy Stepanov · 11 years ago
  7. a263425 [Sanitizer] Update comment in sanitizer_symbolizer.h by Alexey Samsonov · 11 years ago
  8. e00495a [Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's suggestion) by Alexey Samsonov · 11 years ago
  9. 1bb2229 [asan] Fix syscall hooks build on Android. by Evgeniy Stepanov · 11 years ago
  10. 1d1cd7a [santiizer] Disable sincos interceptor in OSX. by Evgeniy Stepanov · 11 years ago
  11. 78d77c2 [sanitizer] Intercept drand48_r, lrand48_r. by Evgeniy Stepanov · 11 years ago
  12. a047571 [msandr] Remove use of std::set in msandr client to avoid reentrancy issues. by Evgeniy Stepanov · 11 years ago
  13. cc794ab [asan] Maybe fix test failures on lld bots. by Evgeniy Stepanov · 11 years ago
  14. f814b43 [sanitizer] Intercept sincos, remquo, lgamma, lgamma_r. by Evgeniy Stepanov · 11 years ago
  15. 4b26afd [msandr] Add support for standalone test. by Evgeniy Stepanov · 11 years ago
  16. 0b76578 [tsan] Fix unused variable warnings. by Evgeniy Stepanov · 11 years ago
  17. dfab31b [asan] Fix build. by Evgeniy Stepanov · 11 years ago
  18. 750b4ac [sanitizer] Fix build warnings. by Evgeniy Stepanov · 11 years ago
  19. 3ee98e3 [sanitizer] Ptrace syscall handler. by Evgeniy Stepanov · 11 years ago
  20. 3f8ce73 [asan] increase the max malloc size from 8Gb to 64Gb by Kostya Serebryany · 11 years ago
  21. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  22. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  23. f360389 [msan] Intercept shmat. by Evgeniy Stepanov · 11 years ago
  24. 1767ec1 [msan] Fix a typo and enable poison_in_free flag. by Evgeniy Stepanov · 11 years ago
  25. f456018 [Sanitizer] Revert r193501 and properly fix r193448 by Alexey Samsonov · 11 years ago
  26. db92faf asan/msan: separate different report blocks with new lines by Dmitry Vyukov · 11 years ago
  27. 58dc8be tsan: start the background thread with signals blocked, otherwise it can steal users signals by Dmitry Vyukov · 11 years ago
  28. e38046a Work around ASan/Win breakage by r193448 by Timur Iskhodzhanov · 11 years ago
  29. 4207870 [Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functions by Alexey Samsonov · 11 years ago
  30. 7e8db74 Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info. by Peter Collingbourne · 11 years ago
  31. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  32. 8f0c5bd Rename SpinMutex::AssertHeld to CheckLocked, for consistency with BlockingMutex. by Peter Collingbourne · 11 years ago
  33. b8c9c60 [sanitizer] Disable tmpnam_r interceptor on Mac. by Evgeniy Stepanov · 11 years ago
  34. eada1a8 [sanitizer] Intercept tmpnam, tmpnam_r, tempnam. by Evgeniy Stepanov · 11 years ago
  35. 88732a3 [msandr] Add NATIVE_EXEC macro for building client for running in DynamoRIO hybrid mode only. by Evgeniy Stepanov · 11 years ago
  36. 3a3805f [sanitizer] Remove pthread_attr_getstackaddr interceptor. by Evgeniy Stepanov · 11 years ago
  37. ec208e0 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  38. e46ecb1 [msan] Zerofill initstate_r buffer in random_r test. by Evgeniy Stepanov · 11 years ago
  39. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  40. 719df33 [msan] Separate access and origin blocks in msan reports with an extra whiteline. by Evgeniy Stepanov · 11 years ago
  41. 175599b tsan: do not crash when apparently bogus fd is passed to e.g. close by Dmitry Vyukov · 11 years ago
  42. aff25aa [sanitizer] Intercept random_r. by Evgeniy Stepanov · 11 years ago
  43. 3a6eb80 Switch __ARM_ARCH_7S__ to __ARM_ARCH_EXT_IDIV__ for use of sdiv/udiv assembly. by Stephen Hines · 11 years ago
  44. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  45. 1161eb4 [msan] Unpoison errno in common interceptors. by Evgeniy Stepanov · 11 years ago
  46. 450eee6 [msan] Fix invalid origin copying. by Evgeniy Stepanov · 11 years ago
  47. 48ed058 [msan] Change wording in the invalid origin message. by Evgeniy Stepanov · 11 years ago
  48. 5317724 Introduce an operator new for LowLevelAllocator, and convert most users to it. by Peter Collingbourne · 11 years ago
  49. a412f48 [ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well. by Alexey Samsonov · 11 years ago
  50. 220d1f7 [sanitizer] Fix OSX build. by Evgeniy Stepanov · 11 years ago
  51. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  52. 7d66482 tsan: parse symbolize/external_symbolizer_path common flags by Dmitry Vyukov · 11 years ago
  53. 25bc738 tsan: fix linux syscall hooks by Dmitry Vyukov · 11 years ago
  54. b1907c7 Continue to keep 'SUMMARY: ' prefix in lsan. Whoops! by Nick Lewycky · 11 years ago
  55. 47fcd76 Hoist the addition of the prefix "SUMMARY: " from by Nick Lewycky · 11 years ago
  56. 4b861aa Make sure ASan always emits an error summary if it reports an error. by Nick Lewycky · 11 years ago
  57. 7c6bd40 [msan] Drain allocator cache when leaving thread. by Evgeniy Stepanov · 11 years ago
  58. 285d458 [sanitizer] Intercept initgroups. by Evgeniy Stepanov · 11 years ago
  59. 137a9b8 [lsan] When detect_leaks=false, be completely silent. by Sergey Matveev · 11 years ago
  60. 5e7ba22 Use internal_memset to initialize this variable. by Peter Collingbourne · 11 years ago
  61. a650de8 [asan] count the size of QuarantineBatch in the total Quarantine size; make QuarantineBatch fit into 8K, fix a MSVC compile warning by Kostya Serebryany · 11 years ago
  62. 3e5c47d tsan: fix strerror interceptor (eliminate false positives) by Dmitry Vyukov · 11 years ago
  63. 9b5f95f Runtime support for the indirect function call checker. by Peter Collingbourne · 11 years ago
  64. 49d29ed [ubsan] Introduce %clangxx substitution for all C++ tests. by Peter Collingbourne · 11 years ago
  65. 547f9dd [asan] fix stack trace printing on Mac by Kostya Serebryany · 11 years ago
  66. 1fe68b8 [asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to save space by Kostya Serebryany · 11 years ago
  67. 6d95869 [asan] reduce the size of AsanThreadContext by storing the stack trace in the stack depot by Kostya Serebryany · 11 years ago
  68. acd18b9 [ASan] fix compilation of sanitizer_platform_limits_posix.cc on OSX. by Alexander Potapenko · 11 years ago
  69. 34fb715 [ASan] fix compilation of atexit_stats.cc on OSX by Alexander Potapenko · 11 years ago
  70. 9d06f1b [sanitizer] Fix OSX build some more. by Evgeniy Stepanov · 11 years ago
  71. 0489e11 [sanitizer] Fix OSX build. by Evgeniy Stepanov · 11 years ago
  72. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  73. 00dc243 [asan] fix a test on Mac by Kostya Serebryany · 11 years ago
  74. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  75. a2e70d9 [asan] fix atexit stats by Kostya Serebryany · 11 years ago
  76. 0c46cde Make the big array in the UBSan C++ runtime be zero-initialized to dramatically by Richard Smith · 11 years ago
  77. 8e22b68 [ASan] fix assign_large_valloc_to_global.cc to use the correct header for valloc() on OSX. by Alexander Potapenko · 11 years ago
  78. 13521a2 [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1 by Kostya Serebryany · 11 years ago
  79. ab8bf09 [sanitizer] Fix unpoisoning of msghdr::msg_name in recvmsg interceptor. by Evgeniy Stepanov · 11 years ago
  80. 8fa4edc [asan] Fix a deadlock between asan's allocator and lsan by Kostya Serebryany · 11 years ago
  81. fc81346 [Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common interceptors by Alexey Samsonov · 11 years ago
  82. 232b043 tsan: merge 2 similar tests into 1 by Dmitry Vyukov · 11 years ago
  83. 1a3f1ea tsan: add a test for __tsan_default_options() by Dmitry Vyukov · 11 years ago
  84. 782cbdc Use configured PYTHON in asan lit tests. by Will Dietz · 11 years ago
  85. 68c2c51 tsan: revert variable name change in test by Dmitry Vyukov · 11 years ago
  86. 01a7ce8 tsan: move shadow stack from thread descriptors to fixed addresses by Dmitry Vyukov · 11 years ago
  87. cca8e78 [asan] introduce run-time flag 'poison_partial' by Kostya Serebryany · 11 years ago
  88. 166d6aa [Sanitizer] Fix lint checker script on Mac by Alexey Samsonov · 11 years ago
  89. e6f3247 tsan: refactor libignore implementation by Dmitry Vyukov · 11 years ago
  90. c842dab [TSan] Extend test for reporting globals with races on them by Alexey Samsonov · 11 years ago
  91. 0f63831 [asan] Remove CallocOverflow32 test from asan_test. by Evgeniy Stepanov · 11 years ago
  92. 7ad195c [msan] Handle origins in __sanitizer_unaligned_(load|store)*. by Evgeniy Stepanov · 11 years ago
  93. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  94. e852e41 [lsan] Fix bug when discovering indirectly leaked objects. by Sergey Matveev · 11 years ago
  95. f719b92 tsan: introduce __tsan_default_options() function by Dmitry Vyukov · 11 years ago
  96. 8f4cece tsan: be silent if verbosity=0 by Dmitry Vyukov · 11 years ago
  97. 5502d52 tsan: remove __sanitizer_set_report_fd function from public interface by Dmitry Vyukov · 11 years ago
  98. 06cbed8 tsan: use verbosity flag in sanitizer_common code directly by Dmitry Vyukov · 11 years ago
  99. 2e7999e tsan: actually parse verbofity flag by Dmitry Vyukov · 11 years ago
  100. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago