1. bb4697f [Sanitizer] Print symbolized stack frame using a single Printf() call. by Alexey Samsonov · 11 years ago
  2. 694d856 [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan doesn't need them) by Alexey Samsonov · 11 years ago
  3. d2e32e3 [ASan] Remove the stale dependency on the Foundation framework from the dynamic ASan runtime. by Alexander Potapenko · 11 years ago
  4. 24d775e [Sanitizer] Use same PC threshold in slow unwinder on all platforms by Alexey Samsonov · 11 years ago
  5. 1b17f5b [ASan] Do not rely on malloc context in allocator reports. by Alexey Samsonov · 11 years ago
  6. 348aac4 [ASan] Use new feature of FileCheck: provide multiple --check-prefix args by Alexey Samsonov · 11 years ago
  7. b527f7d [ASan] Don't call __asan_init() from certain interceptors on Darwin. by Alexander Potapenko · 11 years ago
  8. ae914e2 [asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/detail?id=233) by Kostya Serebryany · 11 years ago
  9. 7bb5d49 Added summary info to GCDAProfiling. by Yuchen Wu · 11 years ago
  10. 55c7947 [Sanitizer] Specify a default value for each common runtime flag by Alexey Samsonov · 11 years ago
  11. 0797ff4 [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNCTION_VER. by Evgeniy Stepanov · 11 years ago
  12. abd768d ARM: make assembly files compile Thumb2 with nop IT block. by Tim Northover · 11 years ago
  13. 6f94d71 [msan] One more test for r194374. by Evgeniy Stepanov · 11 years ago
  14. a537ea9 [sanitizer] Warn if interception fails. by Evgeniy Stepanov · 11 years ago
  15. 62355e9 [msan] Sanity check for non-PIE. by Evgeniy Stepanov · 11 years ago
  16. bb6bc9a [asan] Bypass pthread_attr_getdetachstate interceptor in compiler_rt code. by Evgeniy Stepanov · 11 years ago
  17. 3366c5a Remove a FIXME now that I can't reproduce the problem by Timur Iskhodzhanov · 11 years ago
  18. 7177d2b [Sanitizers] Share some stack walking code between Windows and Linux by Timur Iskhodzhanov · 11 years ago
  19. 4949674 [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib by Alexander Potapenko · 11 years ago
  20. f16dc42 [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace. by Alexey Samsonov · 11 years ago
  21. cca3cc0 [Sanitizer] Presumable fix stack trace unwinding on Windows by Alexey Samsonov · 11 years ago
  22. e74968c [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across all platforms. No functionality change. by Alexey Samsonov · 11 years ago
  23. e041c60 [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59018) by Kostya Serebryany · 11 years ago
  24. 7d4a955 [ASan] Use OS-specific matches in the malloc_context_size.cc lit test. by Alexander Potapenko · 11 years ago
  25. e9e2b7f [ASan] Disable back init-order checker. Make strict_init_order imply check_initialization_order by Alexey Samsonov · 11 years ago
  26. 4b9f050 [ASan] Make sure slow stack unwinder doesn't return empty stacks. by Alexey Samsonov · 11 years ago
  27. 4197fa2 [msan] Fix a very unfortunate typo in origin copying. by Evgeniy Stepanov · 11 years ago
  28. f7e6f38 Push back various changes for building Apple's compiler-rt dylib. by Bob Wilson · 11 years ago
  29. e4f9f8a [sanitizer] Intercept strptime. by Evgeniy Stepanov · 11 years ago
  30. 5492ff9 [msan] Intercept memccpy. by Evgeniy Stepanov · 11 years ago
  31. 8aa3d18 tsna: do not call user code from within runtime (from fflush) by Dmitry Vyukov · 11 years ago
  32. 50cdc5a [Sanitizer] Fix Go build by Alexey Samsonov · 11 years ago
  33. c50f796 [sanitizer] Switch to an older version of struct iocb that is found in the latest Android NDK. by Evgeniy Stepanov · 11 years ago
  34. 7f80655 [ASan] Kill use_stack_depot runtime flag and stack trace compression routines. by Alexey Samsonov · 11 years ago
  35. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  36. 21bf90d [msan] Check that address is an app region before printing shadow. by Evgeniy Stepanov · 11 years ago
  37. bd65956 [sanitizer] Enhance io_submti syscall handler. by Evgeniy Stepanov · 11 years ago
  38. a96c4dc Consistently use StackTrace::PrintStack in ASan, LSan and MSan by Alexey Samsonov · 11 years ago
  39. 66d91e3 [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan. by Alexey Samsonov · 11 years ago
  40. b8a141f [libsanitizer] Define SANITIZER_IOS when building for iOS or iOS simulator. by Alexander Potapenko · 11 years ago
  41. ae7db43 [msan] Intercept dlerror. by Evgeniy Stepanov · 11 years ago
  42. 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
  43. 548559d [msan] Disable mlock/mlockall to work around a linux kernel bug. by Evgeniy Stepanov · 11 years ago
  44. 26fe5d3 [sanitizer] Intercept getline, getdelim. by Evgeniy Stepanov · 11 years ago
  45. 6f5427b [ASan] Turn on (non-strict) initialization order checker by default for all ASan users by Alexey Samsonov · 11 years ago
  46. 9afa452 [msandr] Add check-before-write optimization. by Evgeniy Stepanov · 11 years ago
  47. a263425 [Sanitizer] Update comment in sanitizer_symbolizer.h by Alexey Samsonov · 11 years ago
  48. e00495a [Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's suggestion) by Alexey Samsonov · 11 years ago
  49. 1bb2229 [asan] Fix syscall hooks build on Android. by Evgeniy Stepanov · 11 years ago
  50. 1d1cd7a [santiizer] Disable sincos interceptor in OSX. by Evgeniy Stepanov · 11 years ago
  51. 78d77c2 [sanitizer] Intercept drand48_r, lrand48_r. by Evgeniy Stepanov · 11 years ago
  52. a047571 [msandr] Remove use of std::set in msandr client to avoid reentrancy issues. by Evgeniy Stepanov · 11 years ago
  53. cc794ab [asan] Maybe fix test failures on lld bots. by Evgeniy Stepanov · 11 years ago
  54. f814b43 [sanitizer] Intercept sincos, remquo, lgamma, lgamma_r. by Evgeniy Stepanov · 11 years ago
  55. 4b26afd [msandr] Add support for standalone test. by Evgeniy Stepanov · 11 years ago
  56. 0b76578 [tsan] Fix unused variable warnings. by Evgeniy Stepanov · 11 years ago
  57. dfab31b [asan] Fix build. by Evgeniy Stepanov · 11 years ago
  58. 750b4ac [sanitizer] Fix build warnings. by Evgeniy Stepanov · 11 years ago
  59. 3ee98e3 [sanitizer] Ptrace syscall handler. by Evgeniy Stepanov · 11 years ago
  60. 3f8ce73 [asan] increase the max malloc size from 8Gb to 64Gb by Kostya Serebryany · 11 years ago
  61. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  62. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  63. f360389 [msan] Intercept shmat. by Evgeniy Stepanov · 11 years ago
  64. 1767ec1 [msan] Fix a typo and enable poison_in_free flag. by Evgeniy Stepanov · 11 years ago
  65. f456018 [Sanitizer] Revert r193501 and properly fix r193448 by Alexey Samsonov · 11 years ago
  66. db92faf asan/msan: separate different report blocks with new lines by Dmitry Vyukov · 11 years ago
  67. 58dc8be tsan: start the background thread with signals blocked, otherwise it can steal users signals by Dmitry Vyukov · 11 years ago
  68. e38046a Work around ASan/Win breakage by r193448 by Timur Iskhodzhanov · 11 years ago
  69. 4207870 [Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functions by Alexey Samsonov · 11 years ago
  70. 7e8db74 Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info. by Peter Collingbourne · 11 years ago
  71. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  72. 8f0c5bd Rename SpinMutex::AssertHeld to CheckLocked, for consistency with BlockingMutex. by Peter Collingbourne · 11 years ago
  73. b8c9c60 [sanitizer] Disable tmpnam_r interceptor on Mac. by Evgeniy Stepanov · 11 years ago
  74. eada1a8 [sanitizer] Intercept tmpnam, tmpnam_r, tempnam. by Evgeniy Stepanov · 11 years ago
  75. 88732a3 [msandr] Add NATIVE_EXEC macro for building client for running in DynamoRIO hybrid mode only. by Evgeniy Stepanov · 11 years ago
  76. 3a3805f [sanitizer] Remove pthread_attr_getstackaddr interceptor. by Evgeniy Stepanov · 11 years ago
  77. ec208e0 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  78. e46ecb1 [msan] Zerofill initstate_r buffer in random_r test. by Evgeniy Stepanov · 11 years ago
  79. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  80. 719df33 [msan] Separate access and origin blocks in msan reports with an extra whiteline. by Evgeniy Stepanov · 11 years ago
  81. 175599b tsan: do not crash when apparently bogus fd is passed to e.g. close by Dmitry Vyukov · 11 years ago
  82. aff25aa [sanitizer] Intercept random_r. by Evgeniy Stepanov · 11 years ago
  83. 3a6eb80 Switch __ARM_ARCH_7S__ to __ARM_ARCH_EXT_IDIV__ for use of sdiv/udiv assembly. by Stephen Hines · 11 years ago
  84. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  85. 1161eb4 [msan] Unpoison errno in common interceptors. by Evgeniy Stepanov · 11 years ago
  86. 450eee6 [msan] Fix invalid origin copying. by Evgeniy Stepanov · 11 years ago
  87. 48ed058 [msan] Change wording in the invalid origin message. by Evgeniy Stepanov · 11 years ago
  88. 5317724 Introduce an operator new for LowLevelAllocator, and convert most users to it. by Peter Collingbourne · 11 years ago
  89. a412f48 [ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well. by Alexey Samsonov · 11 years ago
  90. 220d1f7 [sanitizer] Fix OSX build. by Evgeniy Stepanov · 11 years ago
  91. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  92. 7d66482 tsan: parse symbolize/external_symbolizer_path common flags by Dmitry Vyukov · 11 years ago
  93. 25bc738 tsan: fix linux syscall hooks by Dmitry Vyukov · 11 years ago
  94. b1907c7 Continue to keep 'SUMMARY: ' prefix in lsan. Whoops! by Nick Lewycky · 11 years ago
  95. 47fcd76 Hoist the addition of the prefix "SUMMARY: " from by Nick Lewycky · 11 years ago
  96. 4b861aa Make sure ASan always emits an error summary if it reports an error. by Nick Lewycky · 11 years ago
  97. 7c6bd40 [msan] Drain allocator cache when leaving thread. by Evgeniy Stepanov · 11 years ago
  98. 285d458 [sanitizer] Intercept initgroups. by Evgeniy Stepanov · 11 years ago
  99. 137a9b8 [lsan] When detect_leaks=false, be completely silent. by Sergey Matveev · 11 years ago
  100. 5e7ba22 Use internal_memset to initialize this variable. by Peter Collingbourne · 11 years ago