.. |
scripts
|
[Sanitizer] support running external llvm-symbolizer on Mac
|
2013-06-11 08:13:36 +00:00 |
tests
|
[Sanitizer] Rename InternalVector to InternalMmapVector
|
2013-06-14 09:59:40 +00:00 |
CMakeLists.txt
|
[Sanitizer] support running external llvm-symbolizer on Mac
|
2013-06-11 08:13:36 +00:00 |
Makefile.mk
|
…
|
|
sanitizer_allocator.cc
|
[sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Try to fix Windows build.
|
2013-05-29 10:41:53 +00:00 |
sanitizer_allocator.h
|
[lsan] Implement __lsan_ignore_object().
|
2013-06-06 14:17:56 +00:00 |
sanitizer_allocator_internal.h
|
[sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Try to fix Windows build.
|
2013-05-29 10:41:53 +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
|
[Sanitizer] Add basic test for atomic_compare_exchange implementation
|
2013-03-25 08:48:16 +00:00 |
sanitizer_atomic_msvc.h
|
[ASan] Rename a atomic_compare_exchange_strong parameter to avoid a compiler warning
|
2013-05-23 11:40:51 +00:00 |
sanitizer_common.cc
|
[nolibc] Move all platforms to internal_getpid.
|
2013-05-17 16:56:53 +00:00 |
sanitizer_common.h
|
[Sanitizer] Rename InternalVector to InternalMmapVector
|
2013-06-14 09:59:40 +00:00 |
sanitizer_common_interceptors.inc
|
[sanitizer] Fix Android build.
|
2013-06-07 14:56:54 +00:00 |
sanitizer_common_interceptors_ioctl.inc
|
[sanitizer] Fix Android build.
|
2013-06-18 13:56:12 +00:00 |
sanitizer_common_interceptors_scanf.inc
|
[sanitizer] More accurate scanf parsing without GNU extensions.
|
2013-02-12 14:29:34 +00:00 |
sanitizer_common_libcdep.cc
|
Fix MSVC W3 compiler warnings
|
2013-05-29 14:11:44 +00:00 |
sanitizer_common_syscalls.inc
|
[sanitizer] Fix lint.
|
2013-04-22 13:28:26 +00:00 |
sanitizer_flags.cc
|
[sanitizer] ioctl interceptor.
|
2013-06-07 13:00:47 +00:00 |
sanitizer_flags.h
|
[sanitizer] ioctl interceptor.
|
2013-06-07 13:00:47 +00:00 |
sanitizer_internal_defs.h
|
[sanitizer] Fix windows build.
|
2013-06-04 14:06:16 +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
|
Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator.
|
2013-05-29 09:15:39 +00:00 |
sanitizer_libc.h
|
[nolibc] Move all platforms to internal_getpid.
|
2013-05-17 16:56:53 +00:00 |
sanitizer_linux.cc
|
[asan] workaround for the quemu bug in proc maps (http://code.google.com/p/address-sanitizer/issues/detail?id=160)
|
2013-05-30 11:00:08 +00:00 |
sanitizer_linux.h
|
[Sanitizer] support running external llvm-symbolizer on Mac
|
2013-06-11 08:13:36 +00:00 |
sanitizer_linux_libcdep.cc
|
[sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11.
|
2013-06-03 10:20:23 +00:00 |
sanitizer_list.h
|
asan/tsan: fix bug in list implementation
|
2013-01-11 10:15:13 +00:00 |
sanitizer_mac.cc
|
tsan: fix darwin Go crashes
|
2013-06-06 13:20:40 +00:00 |
sanitizer_mutex.h
|
[Sanitizer] Add default constructor for BlockingMutex
|
2013-03-14 13:30:56 +00:00 |
sanitizer_placement_new.h
|
[sanitizer] Replace more platform checks with SANITIZER_ constants.
|
2013-03-19 14:33:38 +00:00 |
sanitizer_platform.h
|
[sanitizer] Replace more platform checks with SANITIZER_ constants.
|
2013-03-19 14:33:38 +00:00 |
sanitizer_platform_interceptors.h
|
[sanitizer] ioctl interceptor.
|
2013-06-07 13:00:47 +00:00 |
sanitizer_platform_limits_posix.cc
|
[sanitizer] Fix Android build.
|
2013-06-19 10:36:31 +00:00 |
sanitizer_platform_limits_posix.h
|
[sanitizer] Fix Android build.
|
2013-06-18 13:56:12 +00:00 |
sanitizer_posix.cc
|
[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc.
|
2013-05-21 10:27:07 +00:00 |
sanitizer_posix_libcdep.cc
|
[sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()
|
2013-06-06 14:19:36 +00:00 |
sanitizer_printf.cc
|
tsan: fix windows mingw build
|
2013-06-10 10:02:02 +00:00 |
sanitizer_procmaps.h
|
[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines
|
2013-04-03 07:24:35 +00:00 |
sanitizer_quarantine.h
|
Fix MSVC warnings at the -W2 level
|
2013-05-29 12:03:49 +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
|
[asan] fix a rare failure in fast unwinder, found by asan/clang bootstrap
|
2013-06-18 14:47:40 +00:00 |
sanitizer_stacktrace.h
|
[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan Y
|
2013-06-03 14:49:25 +00:00 |
sanitizer_stoptheworld.h
|
[Sanitizer] Rename InternalVector to InternalMmapVector
|
2013-06-14 09:59:40 +00:00 |
sanitizer_stoptheworld_linux_libcdep.cc
|
[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan Y
|
2013-06-03 14:49:25 +00:00 |
sanitizer_symbolizer.h
|
[Sanitizer] support running external llvm-symbolizer on Mac
|
2013-06-11 08:13:36 +00:00 |
sanitizer_symbolizer_itanium.cc
|
[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines
|
2013-04-03 07:24:35 +00:00 |
sanitizer_symbolizer_libcdep.cc
|
Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator.
|
2013-05-29 09:15:39 +00:00 |
sanitizer_symbolizer_linux.cc
|
[nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independent part.
|
2013-05-29 12:11:43 +00:00 |
sanitizer_symbolizer_linux_libcdep.cc
|
[Sanitizer] support running external llvm-symbolizer on Mac
|
2013-06-11 08:13:36 +00:00 |
sanitizer_symbolizer_mac.cc
|
[Sanitizer] support running external llvm-symbolizer on Mac
|
2013-06-11 08:13:36 +00:00 |
sanitizer_symbolizer_posix_libcdep.cc
|
[Sanitizer] add file forgotten in r183730
|
2013-06-11 08:14:24 +00:00 |
sanitizer_symbolizer_win.cc
|
[ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every platform except Linux (because we don't support sandboxing anywhere else yet)
|
2013-05-23 11:53:36 +00:00 |
sanitizer_syscall_generic.inc
|
[nolibc] Change internal syscall API to remove reliance on libc's errno.
|
2013-05-08 14:43:49 +00:00 |
sanitizer_syscall_linux_x86_64.inc
|
[nolibc] Change internal syscall API to remove reliance on libc's errno.
|
2013-05-08 14:43:49 +00:00 |
sanitizer_thread_registry.cc
|
Fix MSVC warnings at the -W2 level
|
2013-05-29 12:03:49 +00:00 |
sanitizer_thread_registry.h
|
[sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.
|
2013-05-27 10:35:51 +00:00 |
sanitizer_win.cc
|
tsan: fix merge bug
|
2013-06-10 11:11:29 +00:00 |