summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-2517-102/+152
| * [asan] Don't print rows of shadow bytes outside shadow memoryReid Kleckner2017-10-251-2/+7
| * [tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macrosDmitry Vyukov2017-10-251-3/+3
| * [XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris2017-10-251-0/+1
| * On FreeBSD, skip the first entry in the dl_iterate_phdr list.Dimitry Andric2017-10-241-1/+1
| * [asan] Add more x86 prologue decodings to handle x64 VC 2017 CRTReid Kleckner2017-10-241-0/+3
| * [XRay][compiler-rt] More fixups.Dean Michael Berris2017-10-242-4/+4
| * [XRay][compiler-rt] Fixup shadowingDean Michael Berris2017-10-242-4/+4
| * [XRay][compiler-rt] Remove C++ STL from the buffer queue implementationDean Michael Berris2017-10-242-55/+66
| * [Sanitizers-libFuzzer] Addressing coding style issues.Alex Shlyapnikov2017-10-231-37/+44
| * [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov2017-10-236-1/+32
| * [Sanitizers] Add total primary allocator RSS to allocator report.Alex Shlyapnikov2017-10-231-8/+14
| * Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."Evgeniy Stepanov2017-10-231-8/+2
| * [Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov2017-10-239-26/+89
| * [scudo] Add a shared runtimeKostya Kortchinsky2017-10-233-9/+47
| * [Compiler-rt][MIPS] Fix cross build for XRAY.Nitesh Jain2017-10-221-2/+8
| * tsan: add tests missed in r316209Dmitry Vyukov2017-10-202-0/+66
| * [tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov2017-10-204-6/+18
| * Use O_BINARY when opening GCDA file on WindowsMarco Castelluccio2017-10-181-3/+6
| * Revert "[asan] Deflake one test by running it 3 times."Evgeniy Stepanov2017-10-171-18/+3
| * [XRay][compiler-rt] Always place the CPU record first for every bufferDean Michael Berris2017-10-172-9/+16
| * [cfi] Test cross-dso CFI on Android.Evgeniy Stepanov2017-10-166-1/+59
| * [scudo] Do not include sanitizer_posix.h if not on a Posix platformKostya Kortchinsky2017-10-161-2/+2
| * [asan] Increase kHandlerStackSize for TracerThreadSignalHandlerVitaly Buka2017-10-151-1/+1
| * [xray] Fix CMake for X-RAY testsGeorge Karpenkov2017-10-141-1/+2
| * [libFuzzer] print a better warning if we hit the ld bugKostya Serebryany2017-10-141-3/+5
| * [asan] Deflake one test by running it 3 times.Evgeniy Stepanov2017-10-131-3/+18
| * [cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov2017-10-135-70/+70
| * [Sanitizers] Always build libFuzzer with frame pointers.Alex Shlyapnikov2017-10-131-0/+2
| * LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne2017-10-131-0/+25
| * [scudo] Allow for non-Android Shared TSD platforms, part 2Kostya Kortchinsky2017-10-133-12/+28
| * [Sanitizers] Add more details to ASan allocator stats report.Alex Shlyapnikov2017-10-132-6/+21
| * [libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany2017-10-134-11/+26
| * [sanitizer] Workaround a Linux kernel bug in hard_rss_limit_mb_test.Evgeniy Stepanov2017-10-121-7/+6
| * [cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny2017-10-121-1/+1
| * [cmake] [interception] Remove duplicate gtest from test COMPILE_DEPSMichal Gorny2017-10-121-1/+1
| * [cmake] Fix skipping DEPS (typo) in sanitizer_test_compile()Michal Gorny2017-10-121-1/+1
| * [asan] Disable a flaky test on android.Evgeniy Stepanov2017-10-121-0/+3
| * [scudo] Allow for non-Android Shared TSD platforms, part 1Kostya Kortchinsky2017-10-125-17/+22
| * Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...Hans Wennborg2017-10-125-180/+0
| * Reland "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek2017-10-115-0/+180
| * Disable TSan tests on Android.Evgeniy Stepanov2017-10-114-3/+7
| * Disable profile tests on Android.Evgeniy Stepanov2017-10-111-0/+3
| * [sanitizer] Move the errno/ENOMEM allocator checks logic to separate .ccKostya Kortchinsky2017-10-114-2/+32
| * [ubsan] Support ubsan-minimal tests on Android.Evgeniy Stepanov2017-10-111-1/+1
| * [X86] Add Knights Mill CPU to cpu_indicator support to match libgcc.Craig Topper2017-10-111-0/+5
| * [libFuzzer] disable use_feature_frequency as it degrades some of the benchmar...Kostya Serebryany2017-10-111-1/+1
| * Revert "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek2017-10-115-180/+0
| * [sanitizer] Introduce ReservedAddressRange to sanitizer_commonPetr Hosek2017-10-115-0/+180
| * [libFuzzer] make -use_feature_frequency less aggressive and enable by defaultKostya Serebryany2017-10-112-3/+2