.. |
lit_tests
|
[sanitizer] Intercept backtrace, backtrace_symbols.
|
2013-09-27 12:40:23 +00:00 |
tests
|
[sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone.
|
2013-10-02 14:30:03 +00:00 |
CMakeLists.txt
|
Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix
|
2013-08-28 08:07:04 +00:00 |
Makefile.mk
|
[sanitizer] Add MSan to Makefile-based build rules.
|
2013-02-21 13:55:54 +00:00 |
msan.cc
|
[msan] Unpoison argument shadow for C++ module destructors.
|
2013-09-27 11:32:21 +00:00 |
msan.h
|
[msan] Fix origin of deallocated memory.
|
2013-09-16 11:03:31 +00:00 |
msan.syms.extra
|
Properly generate lists of exported symbols for sanitizer runtimes
|
2013-08-27 15:08:02 +00:00 |
msan_allocator.cc
|
[msan] Fix origin of deallocated memory.
|
2013-09-16 11:03:31 +00:00 |
msan_blacklist.txt
|
[MSan] Add empty default blacklist for MSan
|
2013-05-21 13:55:56 +00:00 |
msan_flags.h
|
[msan] Fix origin of deallocated memory.
|
2013-09-16 11:03:31 +00:00 |
msan_interceptors.cc
|
asan/msan: fix "unused function 'OnExit'" warning
|
2013-10-03 15:43:59 +00:00 |
msan_interface_internal.h
|
[msan] Add source file:line to stack origin reports.
|
2013-09-13 12:49:13 +00:00 |
msan_linux.cc
|
Move UnpoisonMappedDSO to sanitizer_common.
|
2013-07-29 19:09:49 +00:00 |
msan_new_delete.cc
|
[msan] Fix origin of deallocated memory.
|
2013-09-16 11:03:31 +00:00 |
msan_report.cc
|
Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers
|
2013-10-04 08:55:03 +00:00 |