- bb7f2d8 [ASan] Use less shadow on Win 32-bit by Timur Iskhodzhanov · 11 years ago
- eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
- 098c58f Completely revert all mbstowcs-and-friends changes from r186109. They were unintentional by Alexey Samsonov · 11 years ago
- e43d210 [Sanitizer] Revert some parts of r186109 related to mbstowcs-and-friends interceptors by Alexey Samsonov · 11 years ago
- 5a482cd Fix a veritable conucopia of bugs in the readdir_r interceptors. by Chandler Carruth · 11 years ago
- ec29e26 [sanitizer] Remove optional arguments from clone() invocation. by Sergey Matveev · 11 years ago
- 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
- 9b21ba6 [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
- d26cb23 Fix a bug in the readdir_r interceptor: when we reach the end of the by Chandler Carruth · 11 years ago
- 57876cf [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well. by Evgeniy Stepanov · 11 years ago
- 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
- 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
- cb2509a [sanitizer] Wrap lines >80 chars. by Evgeniy Stepanov · 11 years ago
- 8b40073 [sanitizer] Syscall handlers for clock_gettime and clock_getres. by Evgeniy Stepanov · 11 years ago
- 8be684c [sanitizer] Fix mac build. by Evgeniy Stepanov · 11 years ago
- 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago
- 22d8767 [sanitizer] Disable ptrace interception on non-x86(_64). by Evgeniy Stepanov · 11 years ago
- ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
- ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
- 1adf52b [sanitizer] Fix memory leak in sanitizer_common discovered by LeakSanitizer. by Sergey Matveev · 11 years ago
- 1cdae25 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
- 906f2c1 [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit. by Evgeniy Stepanov · 11 years ago
- 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
- 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
- 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
- 7ef6708 Change __sanitizer_symbolize_demangle hook return type to 'int' by Alexey Samsonov · 11 years ago
- 5d21042 [sanitizer] Use the correct macro to check glibc version. by Sergey Matveev · 11 years ago
- b2b0194 [sanitizer] Fix build with older kernels. by Evgeniy Stepanov · 11 years ago
- b33cfeb [lsan] Add suppression support. by Sergey Matveev · 11 years ago
- d50d29e [sanitizer] Disable all ptrace-related definitions on Android. by Evgeniy Stepanov · 11 years ago
- 2a96098 [ASan] Migrate lit tests to external symbolizer from asan_symbolize.py script by Alexey Samsonov · 11 years ago
- 6b30cf0 Demangle names using pluggable internal symbolizer if possible by Alexey Samsonov · 11 years ago
- 3678cf9 [sanitizer] Fix an unfortunate typo and disable ptrace interception on Android. by Evgeniy Stepanov · 11 years ago
- 52d08d8 Pass --default-arch flag to external symbolizer. Fix line lengths. by Alexey Samsonov · 11 years ago
- 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
- 134da44 [sanitizer] Support padding with spaces in Printf. by Sergey Matveev · 11 years ago
- a0379b5 [sanitizer] Fix dirent interceptors. by Evgeniy Stepanov · 11 years ago
- a52e5c6 [tsan] Move some suppressions-related code to common. by Sergey Matveev · 11 years ago
- b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
- 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
- b624606 [sanitizer] Move log_path to common flag and use it in MSan. by Evgeniy Stepanov · 11 years ago
- 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
- 9d60087 [sanitizer] Intercept inet_aton. 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
- bb273d5 [santizer] Disable several EVIOxxx ioctls on older kernels. by Evgeniy Stepanov · 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
- 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
- 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
- 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
- a64d435 [Sanitizer] Rename InternalVector to InternalMmapVector by Alexey Samsonov · 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
- 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
- c528867 tsan: fix windows mingw build by Dmitry Vyukov · 11 years ago
- 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
- 1d89b67 Reverting r183529: by Bill Wendling · 11 years ago
- 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 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
- 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
- 4a95e33 tsan: fix darwin Go crashes by Dmitry Vyukov · 11 years ago
- d4bb4a6 tsan: fix darwin Go build by Dmitry Vyukov · 11 years ago
- 7202e79 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
- 2e9ffcb [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. by Evgeniy Stepanov · 11 years ago
- 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
- 40527a5 [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan Y by Kostya Serebryany · 11 years ago
- d4a0415 [sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11. by Sergey Matveev · 11 years ago
- 4fcc565 [sanitizer] Fix r182994 - update test. by Sergey Matveev · 11 years ago
- ba2169a [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan. by Sergey Matveev · 11 years ago
- 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
- 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
- 816bdb7 Fix #if guards in sanitizer_common code by Alexey Samsonov · 11 years ago
- f8c3f3d [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, required for LeakSanitizer to work faster. Also fix lint. by Kostya Serebryany · 11 years ago
- 5e97ba3 Fix MSVC W3 compiler warnings by Timur Iskhodzhanov · 11 years ago
- 4c08644 [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address. by Sergey Matveev · 11 years ago
- 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
- 51c963a [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independent part. by Peter Collingbourne · 11 years ago
- e174cd1 Fix MSVC warnings at the -W2 level by Timur Iskhodzhanov · 11 years ago
- e215980 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
- 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
- 5aac3a6 [nolibc] Now that we have a custom allocator, remove dummy allocator by Peter Collingbourne · 11 years ago
- 845abaf [sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Try to fix Windows build. by Alexey Samsonov · 11 years ago