.. |
scripts
|
[asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help debugging!)
|
2013-02-26 12:59:06 +00:00 |
tests
|
tsan: fix lint warnings
|
2013-03-18 07:58:20 +00:00 |
CMakeLists.txt
|
[libsanitizer] StopTheWorld in sanitizer_common
|
2013-03-15 14:37:21 +00:00 |
Makefile.mk
|
…
|
|
sanitizer_allocator.cc
|
[sanitizer] improve the calloc overflow check (spotted by samsonov@)
|
2013-01-25 12:22:21 +00:00 |
sanitizer_allocator.h
|
[asan] Add ForEachChunk() to sanitizer allocators. Patch by Sergey Matveev
|
2013-03-15 11:39:41 +00:00 |
sanitizer_atomic.h
|
[ASan] cmake cleanup: make tab/space padding in CMakeLists consistent, silence/fix some pedantic warnings
|
2012-07-02 06:48:10 +00:00 |
sanitizer_atomic_clang.h
|
tsan: add the FIXME
|
2013-01-14 08:12:47 +00:00 |
sanitizer_atomic_msvc.h
|
tsan: add the FIXME
|
2013-01-14 08:12:47 +00:00 |
sanitizer_common.cc
|
[libsanitizer] StopTheWorld in sanitizer_common
|
2013-03-15 14:37:21 +00:00 |
sanitizer_common.h
|
[libsanitizer] StopTheWorld in sanitizer_common
|
2013-03-15 14:37:21 +00:00 |
sanitizer_common_interceptors.inc
|
[Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declaration to asan_intercepted_functions.h
|
2013-03-15 14:02:21 +00:00 |
sanitizer_common_interceptors_scanf.inc
|
[sanitizer] More accurate scanf parsing without GNU extensions.
|
2013-02-12 14:29:34 +00:00 |
sanitizer_flags.cc
|
[Sanitizer] Allow runtime flags be separated by colon as well as space
|
2013-02-19 13:03:37 +00:00 |
sanitizer_flags.h
|
[Sanitizer] fix CMake build
|
2012-07-10 09:17:06 +00:00 |
sanitizer_internal_defs.h
|
add Linux syscall wrappers and ThreadLister to sanitizer_common
|
2013-02-27 11:22:40 +00:00 |
sanitizer_lfstack.h
|
[Sanitizer] update style checker script and fix namespace style warnings
|
2013-01-30 07:45:58 +00:00 |
sanitizer_libc.cc
|
asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even in 64-bit mode
|
2013-02-04 08:07:45 +00:00 |
sanitizer_libc.h
|
add Linux syscall wrappers and ThreadLister to sanitizer_common
|
2013-02-27 11:22:40 +00:00 |
sanitizer_linux.cc
|
[sanitizer] Avoid use of uintptr_t.
|
2013-03-19 09:39:15 +00:00 |
sanitizer_linux.h
|
[sanitizer] Don't adjust the size of the user-allocated stack.
|
2013-03-19 09:30:52 +00:00 |
sanitizer_list.h
|
asan/tsan: fix bug in list implementation
|
2013-01-11 10:15:13 +00:00 |
sanitizer_mac.cc
|
[Sanitizer] Add default constructor for BlockingMutex
|
2013-03-14 13:30:56 +00:00 |
sanitizer_mutex.h
|
[Sanitizer] Add default constructor for BlockingMutex
|
2013-03-14 13:30:56 +00:00 |
sanitizer_placement_new.h
|
[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instead, define our own SANITIZER_WORDSIZE
|
2012-11-21 12:38:58 +00:00 |
sanitizer_platform_interceptors.h
|
[Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declaration to asan_intercepted_functions.h
|
2013-03-15 14:02:21 +00:00 |
sanitizer_platform_limits_posix.cc
|
[sanitizer] No dirent64 on Android.
|
2013-03-14 13:24:03 +00:00 |
sanitizer_platform_limits_posix.h
|
[sanitizer] No dirent64 on Android.
|
2013-03-14 13:24:03 +00:00 |
sanitizer_posix.cc
|
[Sanitizer] Change MemoryMappingLayout methods to also report memory protection flags (for future use in leak checker). Patch by Sergey Matveev.
|
2013-03-13 06:51:02 +00:00 |
sanitizer_printf.cc
|
Break a >80 char line.
|
2013-03-13 08:17:39 +00:00 |
sanitizer_procmaps.h
|
[Sanitizer] Fixup for r176931 for Mac and Windows
|
2013-03-13 07:39:25 +00:00 |
sanitizer_quarantine.h
|
[ASan] Switch Windows to allocator v2, also fixing some build errors
|
2013-02-08 12:02:00 +00:00 |
sanitizer_report_decorator.h
|
[UBSan] Use common report decorator to print colorful diagnostics in UBSan, and be more consistent w/ Printf/RawWrite
|
2013-02-27 12:58:24 +00:00 |
sanitizer_stackdepot.cc
|
[asan] asan_allocator2: by default use the StackDepot to store the stack traces instead of storing them in the redzones
|
2012-12-26 06:30:02 +00:00 |
sanitizer_stackdepot.h
|
[sanitizer] Further split private and public sanitizer headers.
|
2013-01-30 13:12:08 +00:00 |
sanitizer_stacktrace.cc
|
[Sanitizer] Change MemoryMappingLayout methods to also report memory protection flags (for future use in leak checker). Patch by Sergey Matveev.
|
2013-03-13 06:51:02 +00:00 |
sanitizer_stacktrace.h
|
[asan] print a short one-line report summary after the full report. Currently, works only if symbolization happens in-process.
|
2013-02-06 12:36:49 +00:00 |
sanitizer_stoptheworld.h
|
[Sanitizer] Get rid of global mutexes in StopTheWorld implementation
|
2013-03-18 06:27:13 +00:00 |
sanitizer_stoptheworld_linux.cc
|
tsan: fix huge stack frames
|
2013-03-18 08:09:42 +00:00 |
sanitizer_symbolizer.cc
|
tsan: fix build
|
2013-03-19 13:34:12 +00:00 |
sanitizer_symbolizer.h
|
tsan: symbolizer "flush caches" functinality
|
2013-03-19 10:23:17 +00:00 |
sanitizer_symbolizer_itanium.cc
|
[Sanitizer] Modify CMake build rules for sanitizer_common unit tests: build them with fresh Clang for both 32- and 64-bits (if possible)
|
2012-12-20 13:24:21 +00:00 |
sanitizer_symbolizer_linux.cc
|
[Sanitizer] use raw syscall instead of _exit() function on Linux
|
2013-02-20 13:54:32 +00:00 |
sanitizer_symbolizer_mac.cc
|
[Sanitizer] Don't die if external symbolizer is used on Mac, where it's not implemented yet
|
2013-02-26 13:40:51 +00:00 |
sanitizer_symbolizer_win.cc
|
Move C++ name demangling support from ubsan into sanitizer_common.
|
2012-12-20 05:00:13 +00:00 |
sanitizer_thread_registry.cc
|
tsan: flush dead thread info earlier (when another thread is finished rather than new thread is created)
|
2013-03-19 12:25:48 +00:00 |
sanitizer_thread_registry.h
|
tsan: flush dead thread info earlier (when another thread is finished rather than new thread is created)
|
2013-03-19 12:25:48 +00:00 |
sanitizer_win.cc
|
[Sanitizer] Add default constructor for BlockingMutex
|
2013-03-14 13:30:56 +00:00 |