summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-26[LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov
2017-10-26[Sanitizers] Set default allocator_release_to_os_interval_ms to 5 secondsAlex Shlyapnikov
2017-10-26[sanitizer] Fix internal symbolized build on Debian 9Vitaly Buka
2017-10-26[LSan] Adjust LSan allocator limits for PPC64.Alex Shlyapnikov
2017-10-25[libFuzzer] trying to make a test more stable on MacKostya Serebryany
2017-10-25[scudo] Remove comment about security of the 32-bit allocatorKostya Kortchinsky
2017-10-25[msan] Intercept __strxfrm_l.Evgeniy Stepanov
2017-10-25Try to unbreak Linux sanitizersKamil Rytarowski
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-25[asan] Don't print rows of shadow bytes outside shadow memoryReid Kleckner
2017-10-25[tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macrosDmitry Vyukov
2017-10-25[XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris
2017-10-24On FreeBSD, skip the first entry in the dl_iterate_phdr list.Dimitry Andric
2017-10-24[asan] Add more x86 prologue decodings to handle x64 VC 2017 CRTReid Kleckner
2017-10-24[XRay][compiler-rt] More fixups.Dean Michael Berris
2017-10-24[XRay][compiler-rt] Fixup shadowingDean Michael Berris
2017-10-24[XRay][compiler-rt] Remove C++ STL from the buffer queue implementationDean Michael Berris
2017-10-23[Sanitizers-libFuzzer] Addressing coding style issues.Alex Shlyapnikov
2017-10-23[libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov
2017-10-23[Sanitizers] Add total primary allocator RSS to allocator report.Alex Shlyapnikov
2017-10-23Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."Evgeniy Stepanov
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-23[scudo] Add a shared runtimeKostya Kortchinsky
2017-10-22[Compiler-rt][MIPS] Fix cross build for XRAY.Nitesh Jain
2017-10-20tsan: add tests missed in r316209Dmitry Vyukov
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-10-18Use O_BINARY when opening GCDA file on WindowsMarco Castelluccio
2017-10-17Revert "[asan] Deflake one test by running it 3 times."Evgeniy Stepanov
2017-10-17[XRay][compiler-rt] Always place the CPU record first for every bufferDean Michael Berris
2017-10-16[cfi] Test cross-dso CFI on Android.Evgeniy Stepanov
2017-10-16[scudo] Do not include sanitizer_posix.h if not on a Posix platformKostya Kortchinsky
2017-10-15[asan] Increase kHandlerStackSize for TracerThreadSignalHandlerVitaly Buka
2017-10-14[xray] Fix CMake for X-RAY testsGeorge Karpenkov
2017-10-14[libFuzzer] print a better warning if we hit the ld bugKostya Serebryany
2017-10-13[asan] Deflake one test by running it 3 times.Evgeniy Stepanov
2017-10-13[cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov
2017-10-13[Sanitizers] Always build libFuzzer with frame pointers.Alex Shlyapnikov
2017-10-13LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne
2017-10-13[scudo] Allow for non-Android Shared TSD platforms, part 2Kostya Kortchinsky
2017-10-13[Sanitizers] Add more details to ASan allocator stats report.Alex Shlyapnikov
2017-10-13[libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany
2017-10-12[sanitizer] Workaround a Linux kernel bug in hard_rss_limit_mb_test.Evgeniy Stepanov
2017-10-12[cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny
2017-10-12[cmake] [interception] Remove duplicate gtest from test COMPILE_DEPSMichal Gorny
2017-10-12[cmake] Fix skipping DEPS (typo) in sanitizer_test_compile()Michal Gorny
2017-10-12[asan] Disable a flaky test on android.Evgeniy Stepanov
2017-10-12[scudo] Allow for non-Android Shared TSD platforms, part 1Kostya Kortchinsky
2017-10-12Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...Hans Wennborg