1. 851e22a Fix unused function warning w/o changing compiler flags. by Evgeniy Stepanov · 11 years ago
  2. 132d51c [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  3. e8b8307 Remove an outdated comment. by Evgeniy Stepanov · 11 years ago
  4. 4612aba [sanitizer] Handle EVIOxxxx ioctls. by Evgeniy Stepanov · 11 years ago
  5. a292152 [ASan] Clear allocation magic value before recycling the chunk. This led to spurious crashes in LSan when it walked through reused chunks. Don't know how to create not-brittle test case for this. by Alexey Samsonov · 11 years ago
  6. 5f672c4 [lsan] Prevent inlining of WipeStack(). by Sergey Matveev · 11 years ago
  7. c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
  8. 89d1eee [sanitizer] Fix struct ifconf definition on Mac and restore the size checks. by Evgeniy Stepanov · 11 years ago
  9. 2313d5b When the compiler is not providing a clean triple, we should fail by Sylvestre Ledru · 11 years ago
  10. 3f9f877 [ASan] Delete excessive 'extern "C"' around mlock* interceptors. by Alexander Potapenko · 11 years ago
  11. 22ec6d9 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  12. b588bfd [sanitizer] Fix build on RHEL 6.3, 6.4. by Evgeniy Stepanov · 11 years ago
  13. 8301c73 [asan] fix a rare failure in fast unwinder, found by asan/clang bootstrap by Kostya Serebryany · 11 years ago
  14. 02d7f32 [lsan] Set current_thread_tid correctly for main thread. by Sergey Matveev · 11 years ago
  15. 7028c1e [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  16. 5ec4741 [sanitizer] Remove a set of deprecated ioctls. by Evgeniy Stepanov · 11 years ago
  17. 7965e95 [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls. by Evgeniy Stepanov · 11 years ago
  18. 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
  19. e7718bc tsan: consistently use return pc as top frame pc by Dmitry Vyukov · 11 years ago
  20. 441a216 Properly install LSan interface header, rely on sanitizer header presence in lit tests by Alexey Samsonov · 11 years ago
  21. 0a05e5f [TSan] use InternalMmapVector to store fired suppressions by Alexey Samsonov · 11 years ago
  22. dbeb48d [LSan] Use a typedef for frontier vector by Alexey Samsonov · 11 years ago
  23. a64d435 [Sanitizer] Rename InternalVector to InternalMmapVector by Alexey Samsonov · 11 years ago
  24. 9c4d7a4 tsan: fix Windows Go crash by Dmitry Vyukov · 11 years ago
  25. 5c127cd [LSan] fix link flags for building unit tests by Alexey Samsonov · 11 years ago
  26. f9262ae Fix broken header guard. by Richard Trieu · 11 years ago
  27. b3b46da [lsan] Harmonized some naming inconsistencies. by Sergey Matveev · 11 years ago
  28. e0c4561 tsan: add -Wno-maybe-uninitialized to Go build script by Dmitry Vyukov · 11 years ago
  29. a4d043e [lsan] Fix the unittest makefiles. by Sergey Matveev · 11 years ago
  30. ff0ce7f [Sanitizer] add file forgotten in r183730 by Alexey Samsonov · 11 years ago
  31. d64bcf4 [Sanitizer] support running external llvm-symbolizer on Mac by Alexey Samsonov · 11 years ago
  32. 6cfb2f7 tsan: fix lit test failures by Dmitry Vyukov · 11 years ago
  33. 3f5f59a tsan: add system tests for suppressions by Dmitry Vyukov · 11 years ago
  34. 3996833 tsan: allows to suppress races on global variables by Dmitry Vyukov · 11 years ago
  35. dc8015f [ASan] Fix unset-insert-libraries-on-exec.cc on 32-bit Darwin. by Alexander Potapenko · 11 years ago
  36. fdde5a9 [ASan] mark ioctl test as xfailing on darwin. remove redundant semicolons by Alexey Samsonov · 11 years ago
  37. 72efa94 [asan] fix Android build (mark asan_malloc_usable_size as an interface function) by Kostya Serebryany · 11 years ago
  38. 917f62e tsan: disable getaddrinfo() interceptor for tsan (causes recursion) by Dmitry Vyukov · 11 years ago
  39. e524a21 tsan: fix merge bug by Dmitry Vyukov · 11 years ago
  40. 5d43b5a [asan] fix the bug with memalign and malloc_usable_size (http://code.google.com/p/address-sanitizer/issues/detail?id=193); also fix lint by Kostya Serebryany · 11 years ago
  41. 21b3b1c tsan: fix windows crash (incorrect stack boundaries) by Dmitry Vyukov · 11 years ago
  42. cc08fca tsan: fix old gcc warnings by Dmitry Vyukov · 11 years ago
  43. c528867 tsan: fix windows mingw build by Dmitry Vyukov · 11 years ago
  44. bb5aecb tsan: more detailed trace for atomic operations (include address and memory ordering) by Dmitry Vyukov · 11 years ago
  45. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  46. 7575e0a [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out by Alexey Samsonov · 11 years ago
  47. c65fe5e [ASan] don't use -m{32,64} flag in test case, as it can be run in both 32- and 64-bit modes by Alexey Samsonov · 11 years ago
  48. 1d89b67 Reverting r183529: by Bill Wendling · 11 years ago
  49. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  50. ea1b27f [ASan] fix test case to use absolute paths by Alexey Samsonov · 11 years ago
  51. fd55281 [ASan] An early return from InitializeAsanInterceptors() on Mac has been considered unobvious. by Alexander Potapenko · 11 years ago
  52. 4ce6f79 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  53. 4e95e94 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
  54. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  55. b957d9f Drop support for 32-bit PowerPC in sanitizer tools. by Alexey Samsonov · 11 years ago
  56. 6efa4d6 [ASan] create separate configs for running ASan lit tests in both 32- and 64-bit mode. Clean up RUN-lines in tests. by Alexey Samsonov · 11 years ago
  57. 46ed75f [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions. by Sergey Matveev · 11 years ago
  58. 48cd12d tsan: use memory access size for Go after all by Dmitry Vyukov · 11 years ago
  59. 0550a3f [sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace() by Sergey Matveev · 11 years ago
  60. cd571e0 [lsan] Implement __lsan_ignore_object(). by Sergey Matveev · 11 years ago
  61. 722f2e6 [ASan] make pthread_getschedparam test more robust by Alexey Samsonov · 11 years ago
  62. 06f069a Simplify lit configs for asan/lsan/msan unit tests by Alexey Samsonov · 11 years ago
  63. 1dc5f39 tsan: always strip bottom frame in Go reports by Dmitry Vyukov · 11 years ago
  64. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
  65. 4a95e33 tsan: fix darwin Go crashes by Dmitry Vyukov · 11 years ago
  66. d4bb4a6 tsan: fix darwin Go build by Dmitry Vyukov · 11 years ago
  67. d668cd2 [ASan] create common autogenerated config for running compiler-rt unit tests, and use it in ASan by Alexey Samsonov · 11 years ago
  68. dd6605e [ASan] lit tests: create common autogenerated config for running compiler-rt lit tests, and use it in ASan by Alexey Samsonov · 11 years ago
  69. 64e2282 [ASan] move all lit_tests under TestCases by Alexey Samsonov · 11 years ago
  70. 764e531 [LSan] remove unneeded empty directory by Alexey Samsonov · 11 years ago
  71. 092adea [ASan] Add a few tests for use-after-scope mode by Alexey Samsonov · 11 years ago
  72. 049c919 [ASan] One more fix for realloc: check that reallocated chunk is valid before calling memcpy by Alexey Samsonov · 11 years ago
  73. fa50ea7 [ASan] make free_hook_realloc test more robust by Alexey Samsonov · 11 years ago
  74. 7202e79 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
  75. 2e9ffcb [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. by Evgeniy Stepanov · 11 years ago
  76. f43f602 [msan] Implement __sanitizer_unaligned_*. by Evgeniy Stepanov · 11 years ago
  77. 87bd39a Call __asan_free_hook() before marking the chunk quarantinned by Alexey Samsonov · 11 years ago
  78. b42085e [asan] Fix invalid thread registry access when checking if LSan is disabled. by Sergey Matveev · 11 years ago
  79. 7c9ffde Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a comment to the ALIGNED macro describing the correct usage by Timur Iskhodzhanov · 11 years ago
  80. 40527a5 [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan Y by Kostya Serebryany · 11 years ago
  81. 5e719a7 [lsan] Add __lsan_disable() and __lsan_enable(). by Sergey Matveev · 11 years ago
  82. d4a0415 [sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11. by Sergey Matveev · 11 years ago
  83. bb561cb [ASan] Do not buffer stdin in asan_symbolize.py by Alexander Potapenko · 11 years ago
  84. 21b40a5 [lsan] Added a dummy unittest to suppress LIT warnings. by Sergey Matveev · 11 years ago
  85. 895659d [lsan] Run the leak detection tests under both ASan and LSan. by Sergey Matveev · 11 years ago
  86. a879f10 [msan] Fix gcc build of msan runtime. by Evgeniy Stepanov · 11 years ago
  87. b36779d [msan] Handle mixed track-origins and keep-going settings (compiler-rt part). by Evgeniy Stepanov · 11 years ago
  88. 4fcc565 [sanitizer] Fix r182994 - update test. by Sergey Matveev · 11 years ago
  89. ba2169a [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan. by Sergey Matveev · 11 years ago
  90. 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
  91. 2592a06 [asan] workaround for the quemu bug in proc maps (http://code.google.com/p/address-sanitizer/issues/detail?id=160) by Kostya Serebryany · 11 years ago
  92. 816bdb7 Fix #if guards in sanitizer_common code by Alexey Samsonov · 11 years ago
  93. f8c3f3d [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, required for LeakSanitizer to work faster. Also fix lint. by Kostya Serebryany · 11 years ago
  94. 41dcb1c [ASan] Minor cleanup: remove a couple of unused variables. by Alexander Potapenko · 11 years ago
  95. 8d2438a Replaced 'bool .* = 0;' with '... = false;' by Timur Iskhodzhanov · 11 years ago
  96. 69c1d48 [asan] Fix r182858. by Sergey Matveev · 11 years ago
  97. 2e8fae7 [asan] Fix r182854: run the unpoison_tls test only on Linux. by Sergey Matveev · 11 years ago
  98. 5e97ba3 Fix MSVC W3 compiler warnings by Timur Iskhodzhanov · 11 years ago
  99. 12d01ba [asan] Make ASan report the correct thread address ranges to LSan. by Sergey Matveev · 11 years ago
  100. 4c08644 [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address. by Sergey Matveev · 11 years ago