- eb7c24b [sanitizer] Reformat line >80 chars. by Evgeniy Stepanov · 11 years ago
- 4f116ad [sanitizer] Fix build with OSS4 kernel headers. by Evgeniy Stepanov · 11 years ago
- cf5fb62 Fix a use after free I introduced and that Bill caught in code review by Chandler Carruth · 11 years ago
- 7caabbd Don't use 'errno.h' on Apple just yet. This breaks for some of our buildbots. by Bill Wendling · 11 years ago
- 1dcabd1 tsan: add missing __attribute__((visibility("default"))) to interface functions by Dmitry Vyukov · 11 years ago
- d16d723 [lsan] Define interceptors more correctly. Also, always clear allocated memory. by Sergey Matveev · 11 years ago
- b624606 [sanitizer] Move log_path to common flag and use it in MSan. by Evgeniy Stepanov · 11 years ago
- 6ca5bec Temporarily disable building the armv7 variants of profile_ios on darwin. by Chandler Carruth · 11 years ago
- 3515fb6 Remove the sysroot (or isysroot) restriction from the GCDAProfile.c by Chandler Carruth · 11 years ago
- 254abfa Address a few of the issues in GCDAProfiling I noted when looking by Chandler Carruth · 11 years ago
- e97262d Remove the sysroot restriction from building GCDAProfiling.c. by Chandler Carruth · 11 years ago
- fb53992 tsan: make the test more robust by Dmitry Vyukov · 11 years ago
- 6d81738 tsan: update dynamic export syms file by Dmitry Vyukov · 11 years ago
- 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
- 90a65aa [sanitizer] Fix TSan build. by Evgeniy Stepanov · 11 years ago
- 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
- b8e323e [msan] Unpoison param-tls in signal handler wrapper. by Evgeniy Stepanov · 11 years ago
- b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
- c87f737 [lsan] Fix android build. by Sergey Matveev · 11 years ago
- ac78d00 Revert to C-style callbacks for iteration over allocator chunks. by Sergey Matveev · 11 years ago
- c3b30b3 Add cmake rules for building LSan common on Mac OS by Alexey Samsonov · 11 years ago
- 21e024e [lsan] Try REALLY hard to fix Win build. by Sergey Matveev · 11 years ago
- 2439cd9 [lsan] This time really fix Win build. by Sergey Matveev · 11 years ago
- ca74cff [lsan] Fix win build. by Sergey Matveev · 11 years ago
- ef89d6b [lsan] Increase allocator space; minor fixes. by Sergey Matveev · 11 years ago
- 200afbd [asan] Move lsan_disabled out of thread context. by Sergey Matveev · 11 years ago
- d530d89 [ASan] reimplement strdup() interceptor to get nicer stack traces for memory chunks allocated there by Alexey Samsonov · 11 years ago
- 0797ed4 [msan] Intercept (v)asprintf. by Evgeniy Stepanov · 11 years ago
- bb881c7 [msan] Add keep_going runtime flag. by Evgeniy Stepanov · 11 years ago
- 18a9189 [ASan] make test for LSan annotations Linux-only for now by Alexey Samsonov · 11 years ago
- 5326ee1 [ASan] Check that ASan user may include and use LSan headers by Alexey Samsonov · 11 years ago
- bb273d5 [santizer] Disable several EVIOxxx ioctls on older kernels. by Evgeniy Stepanov · 11 years ago
- 48e5420 tsan: fix potential false positive race on fd by Dmitry Vyukov · 11 years ago
- 9b618a7 [asan] Define LSan annotations as no-ops if leak detection is not supported. by Sergey Matveev · 11 years ago
- 851e22a Fix unused function warning w/o changing compiler flags. by Evgeniy Stepanov · 11 years ago
- 132d51c [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
- e8b8307 Remove an outdated comment. by Evgeniy Stepanov · 11 years ago
- 4612aba [sanitizer] Handle EVIOxxxx ioctls. by Evgeniy Stepanov · 11 years ago
- 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
- 5f672c4 [lsan] Prevent inlining of WipeStack(). by Sergey Matveev · 11 years ago
- c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
- 89d1eee [sanitizer] Fix struct ifconf definition on Mac and restore the size checks. by Evgeniy Stepanov · 11 years ago
- 2313d5b When the compiler is not providing a clean triple, we should fail by Sylvestre Ledru · 11 years ago
- 3f9f877 [ASan] Delete excessive 'extern "C"' around mlock* interceptors. by Alexander Potapenko · 11 years ago
- 22ec6d9 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
- b588bfd [sanitizer] Fix build on RHEL 6.3, 6.4. by Evgeniy Stepanov · 11 years ago
- 8301c73 [asan] fix a rare failure in fast unwinder, found by asan/clang bootstrap by Kostya Serebryany · 11 years ago
- 02d7f32 [lsan] Set current_thread_tid correctly for main thread. by Sergey Matveev · 11 years ago
- 7028c1e [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
- 5ec4741 [sanitizer] Remove a set of deprecated ioctls. by Evgeniy Stepanov · 11 years ago
- 7965e95 [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls. by Evgeniy Stepanov · 11 years ago
- 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
- e7718bc tsan: consistently use return pc as top frame pc by Dmitry Vyukov · 11 years ago
- 441a216 Properly install LSan interface header, rely on sanitizer header presence in lit tests by Alexey Samsonov · 11 years ago
- 0a05e5f [TSan] use InternalMmapVector to store fired suppressions by Alexey Samsonov · 11 years ago
- dbeb48d [LSan] Use a typedef for frontier vector by Alexey Samsonov · 11 years ago
- a64d435 [Sanitizer] Rename InternalVector to InternalMmapVector by Alexey Samsonov · 11 years ago
- 9c4d7a4 tsan: fix Windows Go crash by Dmitry Vyukov · 11 years ago
- 5c127cd [LSan] fix link flags for building unit tests by Alexey Samsonov · 11 years ago
- f9262ae Fix broken header guard. by Richard Trieu · 11 years ago
- b3b46da [lsan] Harmonized some naming inconsistencies. by Sergey Matveev · 11 years ago
- e0c4561 tsan: add -Wno-maybe-uninitialized to Go build script by Dmitry Vyukov · 11 years ago
- a4d043e [lsan] Fix the unittest makefiles. by Sergey Matveev · 11 years ago
- ff0ce7f [Sanitizer] add file forgotten in r183730 by Alexey Samsonov · 11 years ago
- d64bcf4 [Sanitizer] support running external llvm-symbolizer on Mac by Alexey Samsonov · 11 years ago
- 6cfb2f7 tsan: fix lit test failures by Dmitry Vyukov · 11 years ago
- 3f5f59a tsan: add system tests for suppressions by Dmitry Vyukov · 11 years ago
- 3996833 tsan: allows to suppress races on global variables by Dmitry Vyukov · 11 years ago
- dc8015f [ASan] Fix unset-insert-libraries-on-exec.cc on 32-bit Darwin. by Alexander Potapenko · 11 years ago
- fdde5a9 [ASan] mark ioctl test as xfailing on darwin. remove redundant semicolons by Alexey Samsonov · 11 years ago
- 72efa94 [asan] fix Android build (mark asan_malloc_usable_size as an interface function) by Kostya Serebryany · 11 years ago
- 917f62e tsan: disable getaddrinfo() interceptor for tsan (causes recursion) by Dmitry Vyukov · 11 years ago
- e524a21 tsan: fix merge bug by Dmitry Vyukov · 11 years ago
- 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
- 21b3b1c tsan: fix windows crash (incorrect stack boundaries) by Dmitry Vyukov · 11 years ago
- cc08fca tsan: fix old gcc warnings by Dmitry Vyukov · 11 years ago
- c528867 tsan: fix windows mingw build by Dmitry Vyukov · 11 years ago
- bb5aecb tsan: more detailed trace for atomic operations (include address and memory ordering) by Dmitry Vyukov · 11 years ago
- 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
- 7575e0a [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out by Alexey Samsonov · 11 years ago
- 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
- 1d89b67 Reverting r183529: by Bill Wendling · 11 years ago
- 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
- ea1b27f [ASan] fix test case to use absolute paths by Alexey Samsonov · 11 years ago
- fd55281 [ASan] An early return from InitializeAsanInterceptors() on Mac has been considered unobvious. by Alexander Potapenko · 11 years ago
- 4ce6f79 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
- 4e95e94 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
- 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
- b957d9f Drop support for 32-bit PowerPC in sanitizer tools. by Alexey Samsonov · 11 years ago
- 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
- 46ed75f [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions. by Sergey Matveev · 11 years ago
- 48cd12d tsan: use memory access size for Go after all by Dmitry Vyukov · 11 years ago
- 0550a3f [sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace() by Sergey Matveev · 11 years ago
- cd571e0 [lsan] Implement __lsan_ignore_object(). by Sergey Matveev · 11 years ago
- 722f2e6 [ASan] make pthread_getschedparam test more robust by Alexey Samsonov · 11 years ago
- 06f069a Simplify lit configs for asan/lsan/msan unit tests by Alexey Samsonov · 11 years ago
- 1dc5f39 tsan: always strip bottom frame in Go reports by Dmitry Vyukov · 11 years ago
- ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
- 4a95e33 tsan: fix darwin Go crashes by Dmitry Vyukov · 11 years ago
- d4bb4a6 tsan: fix darwin Go build by Dmitry Vyukov · 11 years ago