1. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  2. a96c4dc Consistently use StackTrace::PrintStack in ASan, LSan and MSan by Alexey Samsonov · 11 years ago
  3. 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
  4. 6f5427b [ASan] Turn on (non-strict) initialization order checker by default for all ASan users by Alexey Samsonov · 11 years ago
  5. cc794ab [asan] Maybe fix test failures on lld bots. by Evgeniy Stepanov · 11 years ago
  6. dfab31b [asan] Fix build. by Evgeniy Stepanov · 11 years ago
  7. 750b4ac [sanitizer] Fix build warnings. by Evgeniy Stepanov · 11 years ago
  8. 3f8ce73 [asan] increase the max malloc size from 8Gb to 64Gb by Kostya Serebryany · 11 years ago
  9. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  10. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  11. f456018 [Sanitizer] Revert r193501 and properly fix r193448 by Alexey Samsonov · 11 years ago
  12. db92faf asan/msan: separate different report blocks with new lines by Dmitry Vyukov · 11 years ago
  13. e38046a Work around ASan/Win breakage by r193448 by Timur Iskhodzhanov · 11 years ago
  14. 7e8db74 Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info. by Peter Collingbourne · 11 years ago
  15. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  16. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  17. 5317724 Introduce an operator new for LowLevelAllocator, and convert most users to it. by Peter Collingbourne · 11 years ago
  18. a412f48 [ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well. by Alexey Samsonov · 11 years ago
  19. 4b861aa Make sure ASan always emits an error summary if it reports an error. by Nick Lewycky · 11 years ago
  20. 9b5f95f Runtime support for the indirect function call checker. by Peter Collingbourne · 11 years ago
  21. 547f9dd [asan] fix stack trace printing on Mac by Kostya Serebryany · 11 years ago
  22. 1fe68b8 [asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to save space by Kostya Serebryany · 11 years ago
  23. 6d95869 [asan] reduce the size of AsanThreadContext by storing the stack trace in the stack depot by Kostya Serebryany · 11 years ago
  24. 34fb715 [ASan] fix compilation of atexit_stats.cc on OSX by Alexander Potapenko · 11 years ago
  25. 00dc243 [asan] fix a test on Mac by Kostya Serebryany · 11 years ago
  26. a2e70d9 [asan] fix atexit stats by Kostya Serebryany · 11 years ago
  27. 8e22b68 [ASan] fix assign_large_valloc_to_global.cc to use the correct header for valloc() on OSX. by Alexander Potapenko · 11 years ago
  28. 13521a2 [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1 by Kostya Serebryany · 11 years ago
  29. 8fa4edc [asan] Fix a deadlock between asan's allocator and lsan by Kostya Serebryany · 11 years ago
  30. 782cbdc Use configured PYTHON in asan lit tests. by Will Dietz · 11 years ago
  31. cca8e78 [asan] introduce run-time flag 'poison_partial' by Kostya Serebryany · 11 years ago
  32. 0f63831 [asan] Remove CallocOverflow32 test from asan_test. by Evgeniy Stepanov · 11 years ago
  33. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  34. 97f4e08 Fix a typo. by Evgeniy Stepanov · 11 years ago
  35. 79f11fc [ASan] Make test from r192581 Linux-only, as wild memory contents is less predictable on Mac by Alexey Samsonov · 11 years ago
  36. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  37. e86e35f [asan] Improve thread lifetime tracking on POSIX systems. by Sergey Matveev · 11 years ago
  38. d9def29 [ASan] Don't die with internal ASan error on large buffer overflows by Alexey Samsonov · 11 years ago
  39. 8017501 [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() by Alexey Samsonov · 11 years ago
  40. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  41. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  42. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  43. e1c68c3 [asan] introduce run-time flag uar_stack_size_log to control the size of FakeStack; don't crash when the fake stack is exhausted, move some code to .cc file by Kostya Serebryany · 11 years ago
  44. 6186bfc [ASan] Fix GCD tests by spinning forever in the main thread. by Alexander Potapenko · 11 years ago
  45. cf2cabb [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default) by Kostya Serebryany · 11 years ago
  46. a8b8e96 [ASan/Win] Slightly optimize the DLL thunk by Timur Iskhodzhanov · 11 years ago
  47. def895b [ASan] Fix a compile-time warning by Timur Iskhodzhanov · 11 years ago
  48. c11fa09 [ASan] Add DLL thunks for the new stack UAR interface by Timur Iskhodzhanov · 11 years ago
  49. f5ebc6a [ASan] Fix the interface test on Darwin. by Alexander Potapenko · 11 years ago
  50. b079602 [asan] disable the detect_stack_use_after_return run-time flag by default and enable it explicitly in tests. This is done in preparation to enabling the -fsanitize=use-after-return compile-time flag by default when -fsanitize=address is present. by Kostya Serebryany · 11 years ago
  51. 6c70a55 [ASan] Remove a complex multiline comment that baffles lint. by Alexander Potapenko · 11 years ago
  52. b812253 [ASan] Fix compilation of asan_str_test.cc on non-Darwin. by Alexander Potapenko · 11 years ago
  53. d4d7040 [ASan] Enforce the memmove semantics for both memcpy() and memmove() interceptors on Darwin. by Alexander Potapenko · 11 years ago
  54. 81b0fe0 [asan] nuke yet another async-signal-safety bug in UAR (oh, my) by Kostya Serebryany · 11 years ago
  55. b928ac1 [ASan] Fix init-order-dlopen.cc test to not depend on the -Wl,-undefined,dynamic_lookup being passed to the linker. by Alexander Potapenko · 11 years ago
  56. 621770a [asan] fix one more async-signal-safety issue with use-after-return by Kostya Serebryany · 11 years ago
  57. 230e52f [asan] add a run-time option detect_stack_use_after_return, add verbosity output for fake stack by Kostya Serebryany · 11 years ago
  58. 6086094 [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functions by Alexey Samsonov · 11 years ago
  59. 4681781 [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests are now fixed by Alexey Samsonov · 11 years ago
  60. 5d9d807 [ASan] Link tests with -pie if ASan runtime uses zero-base shadow by Alexey Samsonov · 11 years ago
  61. b388987 [asan] further speedup use-after-return: simplify deallocation of fake frames. ~ 20% speedup. by Kostya Serebryany · 11 years ago
  62. 382bbc8 [ASan] Don't link with pthread on Android by Alexey Samsonov · 11 years ago
  63. 05fa380 [ASan] Split ASan unit tests into two different binaries: by Alexey Samsonov · 11 years ago
  64. 22e21b0 [ASan] Check that getSymbolizer() is defined. Turn magic mapping constants into named variables by Alexey Samsonov · 11 years ago
  65. ff64012 [asan] Android does not have TLS by Kostya Serebryany · 11 years ago
  66. 9c59ca8 [ASan] Temporary disable UAR unit test on Android due to https://code.google.com/p/address-sanitizer/issues/detail?id=222 by Alexey Samsonov · 11 years ago
  67. 0f22837 [asan] don't record the class_id in FakeFrame (scratching the last bits of performance) by Kostya Serebryany · 11 years ago
  68. dff16d4 [asan] more performance to FakeStack: a) don't used atomic exchange, instead rely on regular load and store and other signal-safe logic; b) remove allocated_from_size_class_mask_ which is not helping much anyway; Another 10% speedup by Kostya Serebryany · 11 years ago
  69. 9433af3 [asan] second attempt to use TLS with fake stack. This time it looks (more) async-signal safe. by Kostya Serebryany · 11 years ago
  70. b8a903c [asan] undo the previous commit since TLS hack breaks with signals... :( by Kostya Serebryany · 11 years ago
  71. 6147f02 [asan] use TLS on Linux to get the FakeStack. Saves 15% performance by Kostya Serebryany · 11 years ago
  72. 8f7ec32 [asan] inline PoisonShadow in FakeStack to get ~10% speedup by Kostya Serebryany · 11 years ago
  73. b1173c2 [asan] a bit of performance improvement in fake stack, generalized one test, fixed android build of another test by Kostya Serebryany · 11 years ago
  74. 89de457 [asan] add a test for use-after-return and exceptions and fix it. Not 100% sure this is a complete fix, will keep looking for harder cases. by Kostya Serebryany · 11 years ago
  75. bdd9545 [ASan] Do not build asan_fake_stack_test.cc on OSX until https://code.google.com/p/address-sanitizer/issues/detail?id=222 is fixed. by Alexander Potapenko · 11 years ago
  76. 3b37dd4 [asan] limit the size of the fake stack with a reasonable constant. This fixes a failure when the main thread's stack is considered unlimited (very large). by Kostya Serebryany · 11 years ago
  77. b39a604 [asan] (part 2) don't lazy-init fake_stack if we only need to check that fake_stack exists (should fix 32-bit builds) by Kostya Serebryany · 11 years ago
  78. dcf98bf [asan] don't lazy-init fake_stack if we only need to check that fake_stack exists (should fix 32-bit builds) by Kostya Serebryany · 11 years ago
  79. c98fc1f [asan] hopefully make the FakeStack async-signal safe, enable the related test by Kostya Serebryany · 11 years ago
  80. 96a575f [asan] Fix deadlock in stack unwinder on android/x86. by Evgeniy Stepanov · 11 years ago
  81. 86b88b8 [asan] use xchg instead of CAS in FakeStack::Allocate (5% faster for this case) by Kostya Serebryany · 11 years ago
  82. ac3ae5d [asan] fully re-implement the FakeStack (use-after-return) to make it faster and async-signal-safe. The implementation is not yet complete (see FIXMEs) but the existing tests pass. by Kostya Serebryany · 11 years ago
  83. 9213e07 [ASan] Remove the explicit function prototypes for intercepted functions on Windows by Timur Iskhodzhanov · 11 years ago
  84. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  85. 34e3ed1 [asan] refactor the use-after-return API so that the size class is computed at compile time instead of at run-time. compiler-rt part by Kostya Serebryany · 11 years ago
  86. 997454a [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread's ID by Timur Iskhodzhanov · 11 years ago
  87. d9a5e24 [sanitizer] Fix PR17138. by Evgeniy Stepanov · 11 years ago
  88. 4f78b35 [ASan] fix one more memory leak in test case by Alexey Samsonov · 11 years ago
  89. 1a24918 [ASan] turn on leak checking for ASan tests and fix a few discovered leaks by Alexey Samsonov · 11 years ago
  90. 639df40 [sanitizer] A bunch of linux system call handlers. by Evgeniy Stepanov · 11 years ago
  91. 0b2c3a7 [ASan] make the check for NULL more portable. by Alexander Potapenko · 11 years ago
  92. e9e4f04 Fix compiler warning introduced in r190022 by Alexey Samsonov · 11 years ago
  93. f7f2e43 Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_SANITIZE_ADDRESS by Alexey Samsonov · 11 years ago
  94. 48b7ee9 [asan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  95. 9150f39 [sanitizer] make the allocator crash instead of returning 0 on huge size (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  96. b99228d asan: Add a wcslen interceptor mirroring strlen by Reid Kleckner · 11 years ago
  97. ed2364b [asan] add a test that demonstrates why the current use-after-return is not signal-safe by Kostya Serebryany · 11 years ago
  98. 73dc36e [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk in UAR mode by Kostya Serebryany · 11 years ago
  99. 22917e9 [asan] Hopefully fix the RTL build on Windows (part 2) by Timur Iskhodzhanov · 11 years ago
  100. 89fe564 [asan] attemping to fix the Windows build by Kostya Serebryany · 11 years ago