..
scripts
[libsanitizer] Pass an explicit template to mktemp. Running mktemp without a template doesn't work on Darwin.
2013-09-20 11:29:44 +00:00
tests
Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers
2013-10-04 08:55:03 +00:00
CMakeLists.txt
tsan: ignore interceptors coming from specified libraries
2013-10-03 13:37:17 +00:00
Makefile.mk
…
sanitizer_allocator.cc
[sanitizer] make the allocator crash instead of returning 0 on huge size (controlled by the allocator_may_return_null flag)
2013-09-06 09:25:11 +00:00
sanitizer_allocator.h
[sanitizer] make the allocator crash instead of returning 0 on huge size (controlled by the allocator_may_return_null flag)
2013-09-06 09:25:11 +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
tsan: do not try to use builtin atomic operations
2013-09-21 04:59:02 +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
Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers
2013-10-04 08:55:03 +00:00
sanitizer_common.h
Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers
2013-10-04 08:55:03 +00:00
sanitizer_common_interceptors.inc
asan/msan/tsan: move _exit interceptor to common interceptors
2013-10-03 15:22:29 +00:00
sanitizer_common_interceptors_ioctl.inc
Revert r188369 (and r188455) which breaks the build on at least some
2013-08-18 08:47:06 +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
[lsan] Colorize LSan reports.
2013-09-03 13:31:03 +00:00
sanitizer_common_syscalls.inc
tsan: intercept fork syscall
2013-09-21 20:59:04 +00:00
sanitizer_flags.cc
[sanitizer] make the allocator crash instead of returning 0 on huge size (controlled by the allocator_may_return_null flag)
2013-09-06 09:25:11 +00:00
sanitizer_flags.h
[sanitizer] make the allocator crash instead of returning 0 on huge size (controlled by the allocator_may_return_null flag)
2013-09-06 09:25:11 +00:00
sanitizer_internal_defs.h
[*San/RTL] Fix minor breakage
2013-08-13 12:03:51 +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
Add internal_strchrnul function
2013-09-03 13:09:28 +00:00
sanitizer_libc.h
Add internal_strchrnul function
2013-09-03 13:09:28 +00:00
sanitizer_libignore.cc
tsan: ignore interceptors coming from specified libraries
2013-10-03 13:37:17 +00:00
sanitizer_libignore.h
tsan: ignore interceptors coming from specified libraries
2013-10-03 13:37:17 +00:00
sanitizer_linux.cc
[sanitizer] Do not break the CFI unwind chain in clone().
2013-10-08 16:38:39 +00:00
sanitizer_linux.h
[Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files
2013-09-10 14:36:16 +00:00
sanitizer_linux_libcdep.cc
[Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files
2013-09-10 14:36:16 +00:00
sanitizer_list.h
asan/tsan: fix bug in list implementation
2013-01-11 10:15:13 +00:00
sanitizer_mac.cc
[Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files
2013-09-10 14:36:16 +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
asan/msan/tsan: move _exit interceptor to common interceptors
2013-10-03 15:22:29 +00:00
sanitizer_platform_limits_linux.cc
[sanitizer] A bunch of linux system call handlers.
2013-09-06 14:20:01 +00:00
sanitizer_platform_limits_posix.cc
[sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone.
2013-10-02 14:30:03 +00:00
sanitizer_platform_limits_posix.h
[sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone.
2013-10-02 14:30:03 +00:00
sanitizer_posix.cc
tsan: allow to obtain code range for a particular module
2013-09-21 21:41:08 +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
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used
2013-08-13 11:42:45 +00:00
sanitizer_procmaps.h
tsan: allow to obtain code range for a particular module
2013-09-21 21:41:08 +00:00
sanitizer_quarantine.h
Fix MSVC warnings at the -W2 level
2013-05-29 12:03:49 +00:00
sanitizer_report_decorator.h
[ASan/RTL] Disable colored reporting on Windows
2013-08-16 11:26:26 +00:00
sanitizer_stackdepot.cc
[sanitizer] Add a fast version of StackDepotGet() for use in LSan.
2013-08-26 13:24:43 +00:00
sanitizer_stackdepot.h
[sanitizer] fix code style
2013-08-28 11:26:09 +00:00
sanitizer_stacktrace.cc
Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers
2013-10-04 08:55:03 +00:00
sanitizer_stacktrace.h
Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers
2013-10-04 08:55:03 +00:00
sanitizer_stoptheworld.h
[Sanitizer] Rename InternalVector to InternalMmapVector
2013-06-14 09:59:40 +00:00
sanitizer_stoptheworld_linux_libcdep.cc
[sanitizer] Fix the parent liveness check in StopTheWorld.
2013-10-09 13:36:20 +00:00
sanitizer_suppressions.cc
tsan: ignore interceptors coming from specified libraries
2013-10-03 13:37:17 +00:00
sanitizer_suppressions.h
tsan: ignore interceptors coming from specified libraries
2013-10-03 13:37:17 +00:00
sanitizer_symbolizer.h
Revert r190520 as it wasn't the right fix.
2013-09-11 12:53:04 +00:00
sanitizer_symbolizer_posix_libcdep.cc
Fixup for r190410: use lazy initialization for symbolizer as some compilers emit global constructor to setup vptr
2013-09-10 16:16:27 +00:00
sanitizer_symbolizer_win.cc
[Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files
2013-09-10 14:36:16 +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
asan/msan/tsan: fix broken linux syscalls
2013-10-03 16:53:50 +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
[Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files
2013-09-10 14:36:16 +00:00