1. 230e52f [asan] add a run-time option detect_stack_use_after_return, add verbosity output for fake stack by Kostya Serebryany · 11 years ago
  2. 6086094 [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functions by Alexey Samsonov · 11 years ago
  3. 4681781 [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests are now fixed by Alexey Samsonov · 11 years ago
  4. 5d9d807 [ASan] Link tests with -pie if ASan runtime uses zero-base shadow by Alexey Samsonov · 11 years ago
  5. b388987 [asan] further speedup use-after-return: simplify deallocation of fake frames. ~ 20% speedup. by Kostya Serebryany · 11 years ago
  6. 356cff7 Check the function we just called for errors, not an incoming argument. Noticed by Nick Lewycky · 11 years ago
  7. 382bbc8 [ASan] Don't link with pthread on Android by Alexey Samsonov · 11 years ago
  8. 05fa380 [ASan] Split ASan unit tests into two different binaries: by Alexey Samsonov · 11 years ago
  9. 22e21b0 [ASan] Check that getSymbolizer() is defined. Turn magic mapping constants into named variables by Alexey Samsonov · 11 years ago
  10. 7bb2f9b Minor enhancements for sanitizer_common build rules by Alexey Samsonov · 11 years ago
  11. db6d089 [msan] Check return value of main: compiler-rt tests. by Evgeniy Stepanov · 11 years ago
  12. effdc7e [msan] Fix origin of deallocated memory. by Evgeniy Stepanov · 11 years ago
  13. 1effc05 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  14. 6f34605 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  15. 7b63608 [msan] Intercept tzset. by Evgeniy Stepanov · 11 years ago
  16. 48abc61 [msandr] Add debugging instructions to README.txt. by Evgeniy Stepanov · 11 years ago
  17. ff64012 [asan] Android does not have TLS by Kostya Serebryany · 11 years ago
  18. 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
  19. 0f22837 [asan] don't record the class_id in FakeFrame (scratching the last bits of performance) by Kostya Serebryany · 11 years ago
  20. 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
  21. 9433af3 [asan] second attempt to use TLS with fake stack. This time it looks (more) async-signal safe. by Kostya Serebryany · 11 years ago
  22. b8a903c [asan] undo the previous commit since TLS hack breaks with signals... :( by Kostya Serebryany · 11 years ago
  23. 6147f02 [asan] use TLS on Linux to get the FakeStack. Saves 15% performance by Kostya Serebryany · 11 years ago
  24. 8f7ec32 [asan] inline PoisonShadow in FakeStack to get ~10% speedup by Kostya Serebryany · 11 years ago
  25. 223c838 [dfsan] Add a few easy functions to the ABI list. by Peter Collingbourne · 11 years ago
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. c98fc1f [asan] hopefully make the FakeStack async-signal safe, enable the related test by Kostya Serebryany · 11 years ago
  33. 96a575f [asan] Fix deadlock in stack unwinder on android/x86. by Evgeniy Stepanov · 11 years ago
  34. 86b88b8 [asan] use xchg instead of CAS in FakeStack::Allocate (5% faster for this case) by Kostya Serebryany · 11 years ago
  35. 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
  36. 08a0e08 Fix typo by Bill Wendling · 11 years ago
  37. 665efa9 Revert r190520 as it wasn't the right fix. by Daniel Jasper · 11 years ago
  38. a81787d Add empty virtual destructor... by Daniel Jasper · 11 years ago
  39. cac631e [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a Go build by Alexey Samsonov · 11 years ago
  40. 7a3d5fe [Sanitizer] build sanitizer_common library with -Wglobal-constructors by Alexey Samsonov · 11 years ago
  41. a8b4c3b [TSan] Use Clang to compile and link TSan unit tests with TSan runtime by Alexey Samsonov · 11 years ago
  42. e059bd3 Fixup for r190410: use lazy initialization for symbolizer as some compilers emit global constructor to setup vptr by Alexey Samsonov · 11 years ago
  43. 9213e07 [ASan] Remove the explicit function prototypes for intercepted functions on Windows by Timur Iskhodzhanov · 11 years ago
  44. 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
  45. 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
  46. 1e7a3d7 [msan] Make all pointers in msan_interface "const volatile void *". by Evgeniy Stepanov · 11 years ago
  47. 13c3790 [msan] bool -> int to make msan_interface.h C-compatible. by Evgeniy Stepanov · 11 years ago
  48. 997454a [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread's ID by Timur Iskhodzhanov · 11 years ago
  49. a09507c Delete unused variables. by Eli Friedman · 11 years ago
  50. 78d737c [dfsan] Initial set of DFSAN_OPTIONS flags. by Peter Collingbourne · 11 years ago
  51. 7ab94ea Don't allow a NULL-length file. Try to revert to the buffered version. by Bill Wendling · 11 years ago
  52. bb22942 [msan] Intercept fstatat / fstatat64. by Evgeniy Stepanov · 11 years ago
  53. d9a5e24 [sanitizer] Fix PR17138. by Evgeniy Stepanov · 11 years ago
  54. 85626e8 [sanitizer] Delete extra whitespace. by Evgeniy Stepanov · 11 years ago
  55. 4f78b35 [ASan] fix one more memory leak in test case by Alexey Samsonov · 11 years ago
  56. 9da14cc [Sanitizer] Use generic configs for running sanitizer_common unit tests by Alexey Samsonov · 11 years ago
  57. 1a24918 [ASan] turn on leak checking for ASan tests and fix a few discovered leaks by Alexey Samsonov · 11 years ago
  58. a3cb27e [sanitizer] Avoid including any system headers in the system-header-free part of the runtime library. by Evgeniy Stepanov · 11 years ago
  59. 9a4a159 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  60. 639df40 [sanitizer] A bunch of linux system call handlers. by Evgeniy Stepanov · 11 years ago
  61. 0b2c3a7 [ASan] make the check for NULL more portable. by Alexander Potapenko · 11 years ago
  62. e9e4f04 Fix compiler warning introduced in r190022 by Alexey Samsonov · 11 years ago
  63. f7f2e43 Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_SANITIZE_ADDRESS by Alexey Samsonov · 11 years ago
  64. bd33d3a [tsan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  65. 967e07e [msan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  66. 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
  67. 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
  68. a27512c [tsan] add colors to tsan output by Kostya Serebryany · 11 years ago
  69. 923bac7 sanitizers: Make sure Visual Studio gets error reports by Reid Kleckner · 11 years ago
  70. b99228d asan: Add a wcslen interceptor mirroring strlen by Reid Kleckner · 11 years ago
  71. ed2364b [asan] add a test that demonstrates why the current use-after-return is not signal-safe by Kostya Serebryany · 11 years ago
  72. 73dc36e [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk in UAR mode by Kostya Serebryany · 11 years ago
  73. db9d684 Disable FindPathToBinary test on Android by Alexey Samsonov · 11 years ago
  74. 5a58ef4 [asan] Hopefully un-break the RTL on Windows by Timur Iskhodzhanov · 11 years ago
  75. 22917e9 [asan] Hopefully fix the RTL build on Windows (part 2) by Timur Iskhodzhanov · 11 years ago
  76. 8cde5cb tsan: catch races on condition variables by Dmitry Vyukov · 11 years ago
  77. 89fe564 [asan] attemping to fix the Windows build by Kostya Serebryany · 11 years ago
  78. 8a3d788 Revert r185536 as it neither fixes any memory leaks, nor is it necessary (see the example from "man pthread_getattr_np") by Timur Iskhodzhanov · 11 years ago
  79. edb39c7 implement PR17059: more visible diagnostics for stack-buffer-overflow by Kostya Serebryany · 11 years ago
  80. 650c7d4 [lsan] Colorize LSan reports. by Sergey Matveev · 11 years ago
  81. 68c016a ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. by Alexey Samsonov · 11 years ago
  82. 1dcd1d9 [Sanitizer] Add the way to find binary in PATH by Alexey Samsonov · 11 years ago
  83. 72870db Add internal_strchrnul function by Alexey Samsonov · 11 years ago
  84. da506a9 [TSan] fixup for r189791: don't put ; on the newline by Alexey Samsonov · 11 years ago
  85. a117492 tsan: add suppressions for true/false positives in standard libraries by Dmitry Vyukov · 11 years ago
  86. a4e950a [libsanitizer] Remove an unused variable introduced in r189789 by Alexander Potapenko · 11 years ago
  87. 2e13ca8 [TSan] Move the /proc/self/maps parsing logic to sanitizer_common by Alexander Potapenko · 11 years ago
  88. ab0ddd4 tsan: fix linking when -ltsan is passed before -lpthread by Dmitry Vyukov · 11 years ago
  89. ec014cc [msan] Another regression test for r189786. by Evgeniy Stepanov · 11 years ago
  90. 2040604 [msan] A regression test for r189785. by Evgeniy Stepanov · 11 years ago
  91. 696902a fix PR17061 (and pleeease, don't ask me for a test, this is just a minor output formatting issue :) by Kostya Serebryany · 11 years ago
  92. 2f913ee asan: fix android build android does not have dlvsym by Dmitry Vyukov · 11 years ago
  93. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  94. b6c3c12 [msan] Update MSanDR build instructions. by Evgeniy Stepanov · 11 years ago
  95. cb33910 [sanitizer_common] Add internal_clone(). by Sergey Matveev · 11 years ago
  96. 97160a8 [msan] Intercept memalign, valloc, pvalloc. by Evgeniy Stepanov · 11 years ago
  97. dcf154d [ASan] Make blacklist test more robust by Alexey Samsonov · 11 years ago
  98. 642db07 [CMake] Don't build sanitizer runtimes if LLVM_USE_SANITIZER is specified by Alexey Samsonov · 11 years ago
  99. 717ece5 Improve collecting malloc stats in ASan by Alexey Samsonov · 11 years ago
  100. 6d40a0a Conditionalise inclusion of link.h on !SANITIZER_ANDROID. by Peter Collingbourne · 11 years ago