.. |
scripts
|
Lint fixes
|
2013-08-05 13:20:39 +00:00 |
tests
|
[tests] Update to use lit_config and lit package, as appropriate.
|
2013-08-09 22:14:01 +00:00 |
CMakeLists.txt
|
[tsan] Move some suppressions-related code to common.
|
2013-06-26 15:37:14 +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
|
tsan: better diagnostics for invalid addresses passed to free()
|
2013-08-08 13:47:50 +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
|
…
|
|
sanitizer_atomic_clang.h
|
…
|
|
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
|
[ASan] Use less shadow on Win 32-bit
|
2013-07-16 09:47:39 +00:00 |
sanitizer_common_interceptors.inc
|
[sanitizer] Intercept scandir/scandir64.
|
2013-08-08 13:57:15 +00:00 |
sanitizer_common_interceptors_ioctl.inc
|
[sanitizer] Fix build with OSS4 kernel headers.
|
2013-06-26 08:16:38 +00:00 |
sanitizer_common_interceptors_scanf.inc
|
[sanitizer] Fix handling of %n in scanf interceptor.
|
2013-08-09 12:58:35 +00:00 |
sanitizer_common_libcdep.cc
|
Fix MSVC W3 compiler warnings
|
2013-05-29 14:11:44 +00:00 |
sanitizer_common_syscalls.inc
|
[libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.inc
|
2013-08-06 14:07:46 +00:00 |
sanitizer_flags.cc
|
[lsan] Add leak_check_at_exit flag.
|
2013-08-01 14:57:07 +00:00 |
sanitizer_flags.h
|
[lsan] Add leak_check_at_exit flag.
|
2013-08-01 14:57:07 +00:00 |
sanitizer_internal_defs.h
|
[sanitizer] Fix windows build.
|
2013-06-04 14:06:16 +00:00 |
sanitizer_lfstack.h
|
…
|
|
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
|
[sanitizer] Disable ForEachMappedRegion on Android.
|
2013-07-30 08:39:16 +00:00 |
sanitizer_linux.h
|
Move UnpoisonMappedDSO to sanitizer_common.
|
2013-07-29 19:09:49 +00:00 |
sanitizer_linux_libcdep.cc
|
[asan] Raise thread stack size limit.
|
2013-07-30 09:01:18 +00:00 |
sanitizer_list.h
|
…
|
|
sanitizer_mac.cc
|
tsan: fix darwin Go crashes
|
2013-06-06 13:20:40 +00:00 |
sanitizer_mutex.h
|
…
|
|
sanitizer_placement_new.h
|
…
|
|
sanitizer_platform.h
|
…
|
|
sanitizer_platform_interceptors.h
|
[sanitizer] Limit scandir interceptor to Linux.
|
2013-08-08 14:04:36 +00:00 |
sanitizer_platform_limits_posix.cc
|
[ASan] Bump min supported Mac OS X version to 10.6
|
2013-07-16 11:54:40 +00:00 |
sanitizer_platform_limits_posix.h
|
[ASan] Bump min supported Mac OS X version to 10.6
|
2013-07-16 11:54:40 +00:00 |
sanitizer_posix.cc
|
[ASan] Use less shadow on Win 32-bit
|
2013-07-16 09:47:39 +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
|
[sanitizer] Support padding with spaces in Printf.
|
2013-06-27 15:30:44 +00:00 |
sanitizer_procmaps.h
|
…
|
|
sanitizer_quarantine.h
|
Fix MSVC warnings at the -W2 level
|
2013-05-29 12:03:49 +00:00 |
sanitizer_report_decorator.h
|
…
|
|
sanitizer_stackdepot.cc
|
…
|
|
sanitizer_stackdepot.h
|
…
|
|
sanitizer_stacktrace.cc
|
[sanitizer] Change strip_path_prefix flag behavior.
|
2013-07-22 16:14:38 +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
|
[sanitizer] Remove optional arguments from clone() invocation.
|
2013-07-11 16:37:44 +00:00 |
sanitizer_suppressions.cc
|
tsan: extend suppressions format with ^ and $ symbols
|
2013-07-16 16:44:15 +00:00 |
sanitizer_suppressions.h
|
[lsan] Add suppression support.
|
2013-06-28 14:38:31 +00:00 |
sanitizer_symbolizer.h
|
Demangle names using pluggable internal symbolizer if possible
|
2013-06-28 12:30:24 +00:00 |
sanitizer_symbolizer_itanium.cc
|
Demangle names using pluggable internal symbolizer if possible
|
2013-06-28 12:30:24 +00:00 |
sanitizer_symbolizer_libcdep.cc
|
Change __sanitizer_symbolize_demangle hook return type to 'int'
|
2013-07-01 11:20:56 +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] Always provide --default-arch argument to llvm-symbolizer
|
2013-07-17 15:02:43 +00:00 |
sanitizer_symbolizer_win.cc
|
[ASan] Migrate lit tests to external symbolizer from asan_symbolize.py script
|
2013-06-28 12:50:12 +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
|
[ASan] Use less shadow on Win 32-bit
|
2013-07-16 09:47:39 +00:00 |