1. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  2. e910a16 [msan] Remove CallocOverflow test. by Evgeniy Stepanov · 11 years ago
  3. 2191fca Clean up StopTheWorld code after r192686. by Sergey Matveev · 11 years ago
  4. 3dbbd85 tsan: resolve symlinks for called_from_lib suppressions by Dmitry Vyukov · 11 years ago
  5. 600d516 [msan] Implement allocator_may_return_null=1 in MemorySanitizer. by Evgeniy Stepanov · 11 years ago
  6. 0f7a2ac tsan: implement internal syscall-based versions of sigaction/sigprocmask by Dmitry Vyukov · 11 years ago
  7. 97f4e08 Fix a typo. by Evgeniy Stepanov · 11 years ago
  8. 79f11fc [ASan] Make test from r192581 Linux-only, as wild memory contents is less predictable on Mac by Alexey Samsonov · 11 years ago
  9. f1d9411 [msan] Test for r192599. by Evgeniy Stepanov · 11 years ago
  10. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  11. 2a2dc88 [msan] Remove a long-outdated comment. by Evgeniy Stepanov · 11 years ago
  12. e86e35f [asan] Improve thread lifetime tracking on POSIX systems. by Sergey Matveev · 11 years ago
  13. 3f4beff [msan] Intercept strto(d|f|ld)_l and glibc-specific __strto(d|f|ld)_l. by Evgeniy Stepanov · 11 years ago
  14. d9def29 [ASan] Don't die with internal ASan error on large buffer overflows by Alexey Samsonov · 11 years ago
  15. fa33a8c [msan] Regression test for r192575. by Evgeniy Stepanov · 11 years ago
  16. 6f2741c tsan: allow to override OnPrint() callback in Go runtime by Dmitry Vyukov · 11 years ago
  17. d09c91a [Sanitizer] Return implementation of StackTrace::CopyFrom to header by Alexey Samsonov · 11 years ago
  18. 6a135be tsan: allow to override OnFinalize() in front-ends that does not support weak functions (Go) by Dmitry Vyukov · 11 years ago
  19. 3e0b8ff [Sanitizer] Remove StackTrace::max_depth field by Alexey Samsonov · 11 years ago
  20. 8017501 [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() by Alexey Samsonov · 11 years ago
  21. 70db33e [sanitizer] Define kPthreadDestructorIterations on POSIX systems. by Sergey Matveev · 11 years ago
  22. 67f5544 tsan: catch more races on file descriptors by Dmitry Vyukov · 11 years ago
  23. 29cec48 tsan: fix epoll_ctl interceptor by Dmitry Vyukov · 11 years ago
  24. cdae942 [sanitizer] Ninja style fix to r192442. by Sergey Matveev · 11 years ago
  25. 6eb836f [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linux.h. by Sergey Matveev · 11 years ago
  26. ef57899 [Sanitizer] StackTrace: kill CopyTo and reimplement CopyFrom by Alexey Samsonov · 11 years ago
  27. 064da32 [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces by Alexey Samsonov · 11 years ago
  28. 117699d tsan: minor refactoring by Dmitry Vyukov · 11 years ago
  29. e1ddbf9 tsan: add annotations to ignore synchronization operations by Dmitry Vyukov · 11 years ago
  30. d41fa1b [sanitizer] Fix the parent liveness check in StopTheWorld. by Sergey Matveev · 11 years ago
  31. 23a7a43 [sanitizer] Fix deadlock in StopTheWorld. by Sergey Matveev · 11 years ago
  32. 497ae56 [sanitizer] Do not break the CFI unwind chain in clone(). by Sergey Matveev · 11 years ago
  33. 5b89400 [TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another sanitizers by Alexey Samsonov · 11 years ago
  34. f8a9c6b [TSan] Add ValgrindSlowdown to the list of exported symbols by Alexey Samsonov · 11 years ago
  35. 9fe1d5a tsan: fix a bug in pthread_once when called from an ignored library by Dmitry Vyukov · 11 years ago
  36. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  37. 92b5479 tsan: add memory_limit_mb flag by Dmitry Vyukov · 11 years ago
  38. 0c8af33 asan/msan/tsan: fix broken linux syscalls by Dmitry Vyukov · 11 years ago
  39. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  40. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  41. 48cb131 tsan: include lsan into presubmit check by Dmitry Vyukov · 11 years ago
  42. 0586dcc tsan: fix false positive in localtime() by Dmitry Vyukov · 11 years ago
  43. c78140f tsan: intercept _exit so that we can override exit status by Dmitry Vyukov · 11 years ago
  44. 4af0f21 tsan: ignore interceptors coming from specified libraries by Dmitry Vyukov · 11 years ago
  45. 9849309 [asan] Don't require X86 to build Android runtime. by Evgeniy Stepanov · 11 years ago
  46. cf39032 [sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone. by Evgeniy Stepanov · 11 years ago
  47. 1d02bea tsan: fix the following compiler warning by Dmitry Vyukov · 11 years ago
  48. fdf10e2 msan: fix compiler warnings about unused variables by Dmitry Vyukov · 11 years ago
  49. c6fc723 tsan: use ninja instead of make (faster and less output) by Dmitry Vyukov · 11 years ago
  50. 43ac401 This fixme is resolved, fix the test. by Nick Lewycky · 11 years ago
  51. d1bf52e Make the InvalidValueData take a SourceLocation. by Nick Lewycky · 11 years ago
  52. c349466 Add top-level CMake 'compiler-rt' target to build all compiler-rt libraries by Alexey Samsonov · 11 years ago
  53. 2946f13 [LSan] Rework r191522 - treat allocations with short stack traces as live by Alexey Samsonov · 11 years ago
  54. 4430fdb [LSan] Don't report leaks with single-frame stack traces by Alexey Samsonov · 11 years ago
  55. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  56. 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
  57. cfc29de [msan] Unpoison argument shadow for C++ module destructors. by Evgeniy Stepanov · 11 years ago
  58. c78773e tsan: support allocator_may_return_null flag by Dmitry Vyukov · 11 years ago
  59. 1c571df tsan: fix scanf interceptor by Dmitry Vyukov · 11 years ago
  60. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  61. 9c4fd16 [Sanitizer] Don't include wordexp.h on Android by Alexey Samsonov · 11 years ago
  62. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  63. 6186bfc [ASan] Fix GCD tests by spinning forever in the main thread. by Alexander Potapenko · 11 years ago
  64. 1e190da [msan] Test for atomic handling in MSan. by Evgeniy Stepanov · 11 years ago
  65. cf2cabb [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default) by Kostya Serebryany · 11 years ago
  66. 29296c0 [msan] Fix a WTF in r191196. by Evgeniy Stepanov · 11 years ago
  67. 27ee7a8 [msan] Allow nested symbolizer and loader scopes. by Evgeniy Stepanov · 11 years ago
  68. a8b8e96 [ASan/Win] Slightly optimize the DLL thunk by Timur Iskhodzhanov · 11 years ago
  69. def895b [ASan] Fix a compile-time warning by Timur Iskhodzhanov · 11 years ago
  70. c11fa09 [ASan] Add DLL thunks for the new stack UAR interface by Timur Iskhodzhanov · 11 years ago
  71. f5ebc6a [ASan] Fix the interface test on Darwin. by Alexander Potapenko · 11 years ago
  72. 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
  73. ccaafe6 tsan: remove unneeded ___chkstk_ms function from Go runtime by Dmitry Vyukov · 11 years ago
  74. 2d2dc46 tsan: allow symbolization of non-native PCs, e.g. coming from JIT/JAVA/etc by Dmitry Vyukov · 11 years ago
  75. 39fa68e tsan: ignore malloc/free/strdup when called from libjvm by Dmitry Vyukov · 11 years ago
  76. d188653 tsan: ignore all interceptors coming directly from JVM by Dmitry Vyukov · 11 years ago
  77. fcb6c9c tsan: improve diagnostics for incorrect usages of mutexes by Dmitry Vyukov · 11 years ago
  78. 821acfa tsan: allow to obtain code range for a particular module by Dmitry Vyukov · 11 years ago
  79. 6c21e11 tsan: intercept fork syscall by Dmitry Vyukov · 11 years ago
  80. d16622b tsan: do not try to use builtin atomic operations see the comment in code by Dmitry Vyukov · 11 years ago
  81. b47d41f tsan: intercept close syscall by Dmitry Vyukov · 11 years ago
  82. 6c70a55 [ASan] Remove a complex multiline comment that baffles lint. by Alexander Potapenko · 11 years ago
  83. e8eeda0 [libsanitizer] Pass an explicit template to mktemp. Running mktemp without a template doesn't work on Darwin. by Alexander Potapenko · 11 years ago
  84. b812253 [ASan] Fix compilation of asan_str_test.cc on non-Darwin. by Alexander Potapenko · 11 years ago
  85. d4d7040 [ASan] Enforce the memmove semantics for both memcpy() and memmove() interceptors on Darwin. by Alexander Potapenko · 11 years ago
  86. 81b0fe0 [asan] nuke yet another async-signal-safety bug in UAR (oh, my) by Kostya Serebryany · 11 years ago
  87. 8e05fda [Sanitizer] Add pthread_cond_init to the list of versioned functions by Alexey Samsonov · 11 years ago
  88. eb0be61 tsan: handle memory read/write in syscalls by Dmitry Vyukov · 11 years ago
  89. ff90a95 tsan: allow to ignore memory accesses in malloc and free by Dmitry Vyukov · 11 years ago
  90. 9880219 tsan: do not crash when user intercepts fopen() by Dmitry Vyukov · 11 years ago
  91. fae2bff tsan: fix linking of tsan runtime into dynamic libraries by Dmitry Vyukov · 11 years ago
  92. 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
  93. 621770a [asan] fix one more async-signal-safety issue with use-after-return by Kostya Serebryany · 11 years ago
  94. 6b85945 [MSan] Fix -Wempty-body warning by Alexey Samsonov · 11 years ago
  95. c09250f [TSan] Fix -Wempty-body warning by Alexey Samsonov · 11 years ago
  96. 6fa0619 asan/tsan/msan: use builtin atomic operations when available by Dmitry Vyukov · 11 years ago
  97. 9d4956e tsan: prevent the following false positive due to __cxa_atexit by Dmitry Vyukov · 11 years ago
  98. 9c1e4f4 tsan: consistently use thr instead of cur_thread() in annotations implementation by Dmitry Vyukov · 11 years ago
  99. 652f78a tsan: refactor internal IgnoreCtl interface by Dmitry Vyukov · 11 years ago
  100. 2ec7318 [tsan] No-op implementation of AnnotateMemoryIsInitialized. by Evgeniy Stepanov · 11 years ago