- bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
- 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
- 24cdfee tsan: match "race" suppressions against "race on vptr" reports by Dmitry Vyukov · 11 years ago
- c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
- 616659a Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings by Alexey Samsonov · 11 years ago
- 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
- 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
- 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
- 3086d7b [TSan] Try to fix the Go-TSan build. by Alexander Potapenko · 11 years ago
- 2a5c678 [tsan] Remove -Wgnu from Makefile.old. by Evgeniy Stepanov · 11 years ago
- f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
- 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
- 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
- 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
- 04a2281 [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc. by Peter Collingbourne · 11 years ago
- dc563c0 tsan: detect when a thread ends with ignores enabled by Dmitry Vyukov · 11 years ago
- 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
- 088ea2b [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcdep.cc. by Peter Collingbourne · 11 years ago
- 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
- 0c547de [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library by Peter Collingbourne · 11 years ago
- a1b3f0d tsan: remove "printing report from signal handler. Can crash or hang" output by Dmitry Vyukov · 11 years ago
- 8354fae tsan: introduce recursive mutex lock/unlock java interface by Dmitry Vyukov · 11 years ago
- 84b35c4 Add sanitizer syscall hooks to the tool's export lists. by Evgeniy Stepanov · 11 years ago
- 9578a3e [nolibc] Change internal syscall API to remove reliance on libc's errno. by Peter Collingbourne · 12 years ago
- 24323de [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. by Sergey Matveev · 12 years ago
- 19bbac0 tsan: comment out debug output in test by Dmitry Vyukov · 12 years ago
- 94d8b44 tsan: fix deadlock detector table (OK to lock sync var mutex during reporting) by Dmitry Vyukov · 12 years ago
- 924047f tsan: reverse stack trace for failed CHECK's, this is how we print traces in other places by Dmitry Vyukov · 12 years ago
- 8ecd0e5 tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligned_load16 by Dmitry Vyukov · 12 years ago
- 4526909 tsan: add a test that used to crash, fixed by r180180. by Dmitry Vyukov · 12 years ago
- 46fea91 tsan: fix stack traces for malloc and free by Dmitry Vyukov · 12 years ago
- 5d9915e tsan: run tests sequentially otherwise cmake says: by Dmitry Vyukov · 12 years ago
- edd2821 tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they cause interceptor recursion if user intercepts fopen() by Dmitry Vyukov · 12 years ago
- 0304941 tsan: fix crash when data race happens on out-of-bounds accesses. by Dmitry Vyukov · 12 years ago
- d36f07c tsan: support heap starting at 0x04c0 (used in some custom deplyments) by Dmitry Vyukov · 12 years ago
- 4860c68 tsan: update Go memory mapping, Go now uses 0x00c0 heap base by Dmitry Vyukov · 12 years ago
- 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 12 years ago
- 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 12 years ago
- 7733017 [TSan] Allocate fd table in user heap instead of using internal allocator. We need this to catch races on fds. by Alexey Samsonov · 12 years ago
- 881b677 [sanitizer] Add syscall handlers to ASan and TSan runtimes. by Evgeniy Stepanov · 12 years ago
- 103f258 [TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread implies them now by Alexey Samsonov · 12 years ago
- 2a529ad Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers. by Alexey Samsonov · 12 years ago
- 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 12 years ago
- a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 12 years ago
- c9b626e [Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run load_shared_lib test only in lit by Alexey Samsonov · 12 years ago
- 8a6cac5 [asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lint by Kostya Serebryany · 12 years ago
- 39fdce1 Revert r179012: "[msan] Intercept glob()." by Chandler Carruth · 12 years ago
- c8feb2f [libsymbolized] If we can't find an address in the list of shared libraries, try to reload it. by Alexander Potapenko · 12 years ago
- 6f4c197 [msan] Intercept glob(). by Evgeniy Stepanov · 12 years ago
- cc24ec9 [tsan] Fix build. by Evgeniy Stepanov · 12 years ago
- 7ed46ff [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 by Alexey Samsonov · 12 years ago
- 6a7c51d [TSan] Make path to FileCheck configurable by Alexey Samsonov · 12 years ago
- 743d89d [TSan] Add the WTFAnnotateBenignRaceSized implementation and a test for by Alexander Potapenko · 12 years ago
- e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 12 years ago
- d475aa8 [tsan] restore performance critical inlining in tsan: remove static from ALWAYS_INLINE, use ALWAYS_INLINE USED for critical functions. by Kostya Serebryany · 12 years ago
- 76030b3 [TSan] Build TSan runtime with -fPIE. by Alexander Potapenko · 12 years ago
- 43c36e4 Band-aid fix for the TSan RTL build by Timur Iskhodzhanov · 12 years ago
- b157c67 Remove all 'static' before ALWAYS_INLINE by Timur Iskhodzhanov · 12 years ago
- abfdbdf Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE INLINE combinations by Timur Iskhodzhanov · 12 years ago
- 0fd908c tsan: print statistics about benign race annotations by Dmitry Vyukov · 12 years ago
- 7acbcb9 [tsan] a test checking that memset/memcpy/memmove are not inlined in tsan mode by Kostya Serebryany · 12 years ago
- 83b4707 [tsan] don't use -fno-builtin for tests; add a test for a false negative bug (inlined memcpy is not instrumented) by Kostya Serebryany · 12 years ago
- f754eb5 tsan: print matched suppressions if print_suppressions=1 flag is provided by Dmitry Vyukov · 12 years ago
- f778ae5 [TSan] Fixup for r178128: verify that TSan indeed doesn't report race by Alexey Samsonov · 12 years ago
- f3798f5 [TSan] Run test output through FileCheck by Alexey Samsonov · 12 years ago
- 0f2cf8a [tsan] make memcpy_race.cc test immune to memcpy inlining by Kostya Serebryany · 12 years ago
- be52366 asan/tsan: move strcasecmp() interceptor to sanitizer_common by Dmitry Vyukov · 12 years ago
- 9ae2883 [libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add by Alexander Potapenko · 12 years ago
- 5b1b9ce [tsan] add a test for aligned-vs-unaligned race (tsan's false negative) by Kostya Serebryany · 12 years ago
- f58a1ea [TSan] Build TSan unit tests with the same compile flags as TSan runtime by Alexey Samsonov · 12 years ago
- 8b30c25 tsan: intercept setjmp/longjmp by Dmitry Vyukov · 12 years ago
- a06fe91 Build and install .syms files alongside sanitizer runtimes. These are used to by Richard Smith · 12 years ago
- 7423c78 tsan: return 0 on malloc() failure instead of crashing by Dmitry Vyukov · 12 years ago
- 4044752 tsan: test that tsan explicitly says "race on vptr". Requires llvm r177717. by Dmitry Vyukov · 12 years ago
- 1471220 tsan: work around FileCheck bug with empty outputs by Dmitry Vyukov · 12 years ago
- 4536cb1 tsan: better reporting of thread leaks by Dmitry Vyukov · 12 years ago
- 0dc47b6 tsan: better reporting for races on vptr by Dmitry Vyukov · 12 years ago
- f63dde3 tsan: add flag to control symbolizer flush frequency by Dmitry Vyukov · 12 years ago
- 5043f05 tsan: intercept abort() to fflush() libc streams by Dmitry Vyukov · 12 years ago
- f465bde tsan: remove bogus CHECK by Dmitry Vyukov · 12 years ago
- a38e40f tsan: flush symbolizer cache if not symbolized for more than 5 seconds by Dmitry Vyukov · 12 years ago
- 4219ea3 tsan: add a comment about magic numbers by Dmitry Vyukov · 12 years ago
- 4bebe7b tsan: use a single background thread for memory profiler and memory flush (and later for symbolizer flush) by Dmitry Vyukov · 12 years ago
- 236a098 tsan: correct sizes of signal-related data structures by Dmitry Vyukov · 12 years ago
- 423bd20 tsan: add missing stat descriptions by Dmitry Vyukov · 12 years ago
- 0ebfc6f tsan: call fflush(0) on exit again by Dmitry Vyukov · 12 years ago
- ae4cf31 tsan: reduce size of mutexsets from 64 to 16 mutexes by Dmitry Vyukov · 12 years ago
- cab1315 tsan: fix incorrect test by Dmitry Vyukov · 12 years ago
- 82dbc51 tsan: special handling of .rodata (don't try to find races, don't keep shadow, dont' put into traces) by Dmitry Vyukov · 12 years ago
- 286c914 tsan: fix build by Dmitry Vyukov · 12 years ago
- 9743d74 tsan: move trace header into 0x600000000000 range by Dmitry Vyukov · 12 years ago
- 4ff1f60 tsan: fix flaky test by Dmitry Vyukov · 12 years ago
- 0602fc9 tsan: fix incorrect test by Dmitry Vyukov · 12 years ago
- 30e110e [sanitizer] More renamed macros. by Evgeniy Stepanov · 12 years ago
- 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 12 years ago
- ce85e03 tsan: flush dead thread info earlier (when another thread is finished rather than new thread is created) by Dmitry Vyukov · 12 years ago
- 8e1c769 tsan: instruct malloc() to consume less memory by Dmitry Vyukov · 12 years ago
- 723e24f tsan: symbolizer "flush caches" support by Dmitry Vyukov · 12 years ago
- b186c19 tsan: fix memory leak by Dmitry Vyukov · 12 years ago
- b9bf700 [sanitizer] Don't adjust the size of the user-allocated stack. by Evgeniy Stepanov · 12 years ago