summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-11[scudo] Fix improper TSD init after TLS destructors are calledKostya Kortchinsky
2017-09-11[asan] Include asan-dynamic into check-allVitaly Buka
2017-09-11[ubsan] Save binary name before parsing optionsVitaly Buka
2017-09-09[asan] Fix tests broken by r312858Vitaly Buka
2017-09-09[ubsan] Enable UBsan in sanitizer_common testsVitaly Buka
2017-09-09[compiler-rt] Move allow_user_segv.cc into sanitizer_commonVitaly Buka
2017-09-09[asan] Use more generic string in error messageVitaly Buka
2017-09-09[libFuzzer] remove a couple of reduntant includesKostya Serebryany
2017-09-08Revert "Prevent DCE on __lsan_is_turned_off and re-enable test case"Francis Ricci
2017-09-08Prevent DCE on __lsan_is_turned_off and re-enable test caseFrancis Ricci
2017-09-07[libFuzzer] simplify CustomCrossOverTest even moreKostya Serebryany
2017-09-07[libFuzzer] simplify CustomCrossOverTest a bit moreKostya Serebryany
2017-09-07[libFuzzer] simplify and re-enable CustomCrossOverTestKostya Serebryany
2017-09-07[cmake] Work around more -Wunused-driver-argument warningsVedant Kumar
2017-09-07[asan] Add a note to shadow memory setup error.Evgeniy Stepanov
2017-09-06[scudo] getauxval alternative for AndroidKostya Kortchinsky
2017-09-06[compiler-rt][xray][mips] Mark some tests as unsupported.Simon Dardis
2017-09-06[msan] Remove a stale fixme (NFC).Evgeniy Stepanov
2017-09-06[sanitizer_common][Fuchsia] Update Fuchsia sanitizer markupPetr Hosek
2017-09-05[libFuzzer] remporary disable an unstable testKostya Serebryany
2017-09-05Remove ld.config.txt for Android O.Evgeniy Stepanov
2017-09-05[msan] Check sigset_t and sigaction arguments.Evgeniy Stepanov
2017-09-02(NFC) Fix the use of do{}while(0) in a macro.Evgeniy Stepanov
2017-09-01Fix constant-logical-operand warning.David Blaikie
2017-09-01[cmake] Remove accidentally committed warning messagesVedant Kumar
2017-09-01[cmake] Work around -Wunused-driver-argument warningsVedant Kumar
2017-09-01[libFuzzer] use more iterations for a testKostya Serebryany
2017-09-01[libFuzzer] Enable 8-bit counters test on macOSGeorge Karpenkov
2017-08-31Revert "[ubsan] Make check-ubsan depend on check-ubsan-minimal."Evgeniy Stepanov
2017-08-31[ubsan] Make check-ubsan depend on check-ubsan-minimal.Evgeniy Stepanov
2017-08-31[libFuzzer] tolerate missing files when loading the seed corpusKostya Serebryany
2017-08-31Revert r312240Alex Lorenz
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz
2017-08-31[cmake] Fix the list of arm32 architecturesMartin Storsjo
2017-08-31[ubsan] Give ubsan-minimal lit test suite a name.Evgeniy Stepanov
2017-08-31[XRay][compiler-rt] Enable the XRay compiler-rt unit tests.Dean Michael Berris
2017-08-30Finalize ASAN/NetBSDKamil Rytarowski
2017-08-30[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-30Add NetBSD support in lsan_interceptors.ccKamil Rytarowski
2017-08-30Add preliminary NetBSD support in libfuzzerKamil Rytarowski
2017-08-30Add NetBSD support in tsan_interceptors.ccKamil Rytarowski
2017-08-30Add NetBSD support in test/tsan/thread_name*.ccKamil Rytarowski
2017-08-30[fuzzer] Don't enable tests when the fuzzer isn't builtVedant Kumar
2017-08-30[builtins] Prevent duplicate definitions for overridden functionsFrancis Ricci
2017-08-30Fix for TSan unit-tests:George Karpenkov
2017-08-29Restore clang_rt library name on i686-android.Evgeniy Stepanov
2017-08-29Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse
2017-08-29Enable GetRandom for Fuchsia sanitizer.Kostya Kortchinsky
2017-08-29[asan] Add use-after-scope test which fails because of bug in clangVitaly Buka
2017-08-29Re-enable stack depth instrumentation on Windows.Matt Morehouse