1. 26337b6 [nolibc] Make GetArgsAndEnv libc-independent. by Peter Collingbourne · 11 years ago
  2. 74799ca Build LSan on x86_64 only if this target is supported by Alexey Samsonov · 11 years ago
  3. b9c9ce7 [lsan] Fix r182256. by Sergey Matveev · 11 years ago
  4. 6a659df [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appending the __DARWIN_ALIAS() version suffixes to function names on Darwin. by Alexander Potapenko · 11 years ago
  5. 29b7568 [lsan] GetUserBegin() in LSan. by Sergey Matveev · 11 years ago
  6. 41d69f4 Fix realloc'ing freed/invalid pointers by Timur Iskhodzhanov · 11 years ago
  7. e7ca056 [asan] Modify ASan metadata atomically. by Sergey Matveev · 11 years ago
  8. f484ff3 [lsan] CMakeLists and lit test configs for LSan. by Sergey Matveev · 11 years ago
  9. fc98a1a [lsan] Tests for LeakSanitizer. by Sergey Matveev · 11 years ago
  10. ab0f744 [lsan] Common leak checking module. by Sergey Matveev · 11 years ago
  11. e96c62a [lsan] Standalone LSan initialization. by Sergey Matveev · 11 years ago
  12. 7ea7d20 [lsan] Interceptors for standalone LSan. by Sergey Matveev · 11 years ago
  13. 56f77a7 [lsan] Thread registry for standalone LSan. by Sergey Matveev · 11 years ago
  14. c99de51 [lsan] Allocator for standalone LSan. by Sergey Matveev · 11 years ago
  15. 7ce8de1 [ASan] Remove an unused ChunkBase field by Timur Iskhodzhanov · 11 years ago
  16. 1b54cbf [sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be later replaced with a more memory-efficient implementation on 64-bit. by Kostya Serebryany · 11 years ago
  17. b877cb5 Avoid rebuilding the RTSanitizerCommon objects when building clang_rt.san. by Richard Smith · 11 years ago
  18. fb98d3d Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc by Timur Iskhodzhanov · 11 years ago
  19. 8cb3f75 Fix the UBSan CMake build broken in r182118 by David Blaikie · 11 years ago
  20. 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
  21. 0c547de [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library by Peter Collingbourne · 11 years ago
  22. 782703f [sanitizer] Fix build with Android NDK r8e. by Evgeniy Stepanov · 11 years ago
  23. c754cd7 [ASan] Make the regression test for time(NULL) Linux-specific, as it crashes on Darwin (and the problem used to occur on Linux). by Alexander Potapenko · 11 years ago
  24. 0228452 [sanitizer] Fix gcc build. by Evgeniy Stepanov · 11 years ago
  25. 1aad6b5 [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor. by Evgeniy Stepanov · 11 years ago
  26. a1b3f0d tsan: remove "printing report from signal handler. Can crash or hang" output by Dmitry Vyukov · 11 years ago
  27. 8354fae tsan: introduce recursive mutex lock/unlock java interface by Dmitry Vyukov · 11 years ago
  28. 374fd35 tsan: comment out debug output in test by Dmitry Vyukov · 11 years ago
  29. 972f301 [ASan] Fix allow_user_segv.cc on Darwin (32-bit build required a SIGBUS handler instead of the SIGSEGV one) by Alexander Potapenko · 11 years ago
  30. 31750e3 [ASan] Fix init-order-dlopen.cc to pass under Mac OS. by Alexander Potapenko · 11 years ago
  31. 5584c04 [ASan] Fix interface_symbols_darwin to pass a correct flag to nm. by Alexander Potapenko · 11 years ago
  32. 8d6854a [sanitizer] fix gcc build by Kostya Serebryany · 11 years ago
  33. b76ea0c [asan] symbolize when possible, even if ASAN_SYMBOLIZER_PATH is not provided. On Linux this will use dl_iterate_phdr instead of /proc/self/maps, even if the symbolizer is not installed by Kostya Serebryany · 11 years ago
  34. 2bba4ef [msan] Intercept dl_iterate_phdr. by Evgeniy Stepanov · 11 years ago
  35. f14ef72 [sanitizer] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList(). by Sergey Matveev · 11 years ago
  36. c7014ed [sanitizer] fix a gcc warning by Kostya Serebryany · 11 years ago
  37. 9277b1f [asan] fix ShadowGapTest on PowerPC64 by Kostya Serebryany · 11 years ago
  38. 871b7fd [sanitizer] fix the GetBlockBegin overflow bug while preserving the performance optimization (use 32-bit division when possible). Improve the benchmarks that checks for performance of GetBlockBegin/GetMetaData by Kostya Serebryany · 11 years ago
  39. a1560bd [sanitizer] added a test for a bug in allocator discovered by Sergey Matveev (uint32 overflow in GetBlockBegin) by Kostya Serebryany · 11 years ago
  40. 2a46a60 Try to improve performance by using a read/write buffer instead of I/O. by Bill Wendling · 11 years ago
  41. 0bdc46c [asan] disable BuiltinLongJmpTest on PowerPC by Kostya Serebryany · 11 years ago
  42. f931da8 [asan] fix powerpc build and one test; fix lint by Kostya Serebryany · 11 years ago
  43. 97443eb [sanitizer] Fix Android build. by Sergey Matveev · 11 years ago
  44. f75c8ca [sanitizer] Fixed a bug in GetListOfModules. by Sergey Matveev · 11 years ago
  45. d1470cb [sanitizer] Filtering in GetListOfModules. by Sergey Matveev · 11 years ago
  46. 84b35c4 Add sanitizer syscall hooks to the tool's export lists. by Evgeniy Stepanov · 11 years ago
  47. 3de0086 [sanitizer] LibraryNameIs in sanitizer_linux by Sergey Matveev · 11 years ago
  48. a615b26 [sanitizer] Minor fixes in sanitizer_common tests. by Sergey Matveev · 11 years ago
  49. 411e828 [tsan] fix gcc build with -Wall by Kostya Serebryany · 11 years ago
  50. 15bb32b [sanitizer] Generic sorting in sanitizer_common. by Sergey Matveev · 11 years ago
  51. 115accb [sanitizer] Fix StopTheWorld build on non-Android ARM. by Sergey Matveev · 11 years ago
  52. 6712833 Try to fix Windows build too by Peter Collingbourne · 11 years ago
  53. 65246dc Try to fix the mac buildbots by Peter Collingbourne · 11 years ago
  54. 9578a3e [nolibc] Change internal syscall API to remove reliance on libc's errno. by Peter Collingbourne · 11 years ago
  55. 33280bb Quick fix for ASan test build on Android. by Sergey Matveev · 11 years ago
  56. 3e3f80d [sanitizer] Fix build breakage in Go TSan. by Sergey Matveev · 11 years ago
  57. 736cf49 [sanitizer] Move GetStackTrace from ASan to sanitizer_common. by Sergey Matveev · 11 years ago
  58. f310654 [sanitizer] Fixed InitTlsSize for Android. by Sergey Matveev · 11 years ago
  59. 35f1c1f [sanitizer] Fixed includes in sanitizer_linux.cc for Android. by Sergey Matveev · 11 years ago
  60. 24323de [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. by Sergey Matveev · 11 years ago
  61. 2be3a28 [sanitizer] Sanitizer __internal_*stat interface. by Evgeniy Stepanov · 11 years ago
  62. 0b4bf4d [msan] Common flags in MSan. by Sergey Matveev · 11 years ago
  63. ed20ebe [asan] Common flags in ASan. by Sergey Matveev · 11 years ago
  64. 346e348 I was wrong in my testing. by Bill Wendling · 11 years ago
  65. d83a6d8 Use unbuffered I/O. This reduces the runtime by about half. Our implementation is now only about 5 times slower than gcc's. by Bill Wendling · 11 years ago
  66. 6a72c9d asan: fix windows build by Dmitry Vyukov · 11 years ago
  67. 19bbac0 tsan: comment out debug output in test by Dmitry Vyukov · 11 years ago
  68. 4f5e4bb asan/tsan: fix printf(), on the second pass it prints garbage and crashes on random pointer dereference by Dmitry Vyukov · 11 years ago
  69. 94d8b44 tsan: fix deadlock detector table (OK to lock sync var mutex during reporting) by Dmitry Vyukov · 11 years ago
  70. 924047f tsan: reverse stack trace for failed CHECK's, this is how we print traces in other places by Dmitry Vyukov · 11 years ago
  71. 8ecd0e5 tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligned_load16 by Dmitry Vyukov · 11 years ago
  72. f82eb24 asna/tsan/msan: fix wait() interceptors to allow NULL arguments by Dmitry Vyukov · 11 years ago
  73. 62db3f2 Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symbolizer." by Sergey Matveev · 11 years ago
  74. ab06583 [sanitizer] Clear LD_PRELOAD when forking an external symbolizer. by Sergey Matveev · 11 years ago
  75. 332bf33 [ASan] Add allow_user_segv_handler to let users override SEGV handler installed by ASan by Alexey Samsonov · 11 years ago
  76. 4526909 tsan: add a test that used to crash, fixed by r180180. by Dmitry Vyukov · 11 years ago
  77. 46fea91 tsan: fix stack traces for malloc and free by Dmitry Vyukov · 11 years ago
  78. 5d9915e tsan: run tests sequentially otherwise cmake says: by Dmitry Vyukov · 11 years ago
  79. edd2821 tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they cause interceptor recursion if user intercepts fopen() by Dmitry Vyukov · 11 years ago
  80. 0304941 tsan: fix crash when data race happens on out-of-bounds accesses. by Dmitry Vyukov · 11 years ago
  81. d36f07c tsan: support heap starting at 0x04c0 (used in some custom deplyments) by Dmitry Vyukov · 11 years ago
  82. 4860c68 tsan: update Go memory mapping, Go now uses 0x00c0 heap base by Dmitry Vyukov · 11 years ago
  83. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  84. bdd0966 [ASan] Disable strict-init-order checker once we have more than one thread, as this mode is thread-hostile by Alexey Samsonov · 11 years ago
  85. 11347bf [MSan] Make a few interface functions accept 'const void *' instead of 'void*' by Alexey Samsonov · 11 years ago
  86. b6c8e47 [msan] Unpoison the result of posix_memalign. by Evgeniy Stepanov · 11 years ago
  87. ff7c14f Revert r180082 and add a test for SetEnv function by Alexey Samsonov · 11 years ago
  88. 51e9728 [ASan] Make wait.cc more Darwin-compatible: fix the header name and the CHECK patterns. by Alexander Potapenko · 11 years ago
  89. 8db82e1 [ASan] Disable AddressSanitizer.AllocDeallocMismatch on Darwin. by Alexander Potapenko · 11 years ago
  90. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  91. 7cdae16 [msan] Allow clock_getres(, 0). by Evgeniy Stepanov · 11 years ago
  92. 51ecba3 [Sanitizer] Delete unused function by Alexey Samsonov · 11 years ago
  93. 1d8bc4b [sanitizer] Fix lint. by Evgeniy Stepanov · 11 years ago
  94. 4aa08fa Improve performance of file I/O. by Bill Wendling · 11 years ago
  95. 64544c1 Fixup for r179843: add missing header by Alexey Samsonov · 11 years ago
  96. dfeef67 [ASan] Make init-order checker allow access to already initialized globals. by Alexey Samsonov · 11 years ago
  97. 7733017 [TSan] Allocate fd table in user heap instead of using internal allocator. We need this to catch races on fds. by Alexey Samsonov · 11 years ago
  98. 99f1e20 [Sanitizer] Rework r176802: share code between Printf and Report and simplify it a bit by Alexey Samsonov · 11 years ago
  99. e8a005f [Sanitizer] Don't die in symbolizer if it can't read /proc/self/exe link by Alexey Samsonov · 11 years ago
  100. 102c043 Wrap macro invocations in braces to supress 'suggest braces around empty body in an ‘if’ statement' warning. by Andy Gibbs · 11 years ago