aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-26Mark mfcall.cpp as UNSUPPORTED: win32.linaro-local/peter.smith/pgoPeter Collingbourne
2018-06-26Implement CFI for indirect calls via a member function pointer.Peter Collingbourne
2018-06-25[UBsan] Enable ubsan minimal unit tests on OpenBSDDavid Carlier
2018-06-25[ubsan] Mark a test case as unsupported on WindowsVedant Kumar
2018-06-25[CMake] Run libFuzzer tests with check-all.Matt Morehouse
2018-06-25[HWASan] Initalize shadow earler.Alex Shlyapnikov
2018-06-25[libFuzzer] Use Vector rather than std::vector.Matt Morehouse
2018-06-22[ubsan] Fix __ubsan_on_report interface definitionVedant Kumar
2018-06-22[ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar
2018-06-22tsan: fix deficiency in MutexReadOrWriteUnlockDmitry Vyukov
2018-06-21[scudo] Add a minimal runtime for -fsanitize-minimal-runtime compatibilityKostya Kortchinsky
2018-06-21[libFuzzer] Filter architectures for testing on Apple platforms.George Karpenkov
2018-06-21[libFuzzer] Provide more descriptive names for testing targets.George Karpenkov
2018-06-21[tsan] Use DARWIN_osx_LINK_FLAGS when building unit tests to match ASan behav...Kuba Mracek
2018-06-21[sanitizer] Stop running tests against 32-bit iOS simulatorKuba Mracek
2018-06-20[TSan] fix build and couple of unit tests on FreeBSDDavid Carlier
2018-06-20[Lsan] intercept thr_exit on FreeBSDDavid Carlier
2018-06-20[Sanitizers] Remove OOM/BadRequest allocator error handling policies.Alex Shlyapnikov
2018-06-20Fix-up for r335123: Set default apple_platform to "osx".Kuba Mracek
2018-06-20[sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek
2018-06-20[asan] Add flushes to try to fix testReid Kleckner
2018-06-20[asan] Add Windows test for handle_segv and SetUnhandledExceptionFilterReid Kleckner
2018-06-19[XRay] Fix error message. NFCFangrui Song
2018-06-19[scudo] Move noinline functions definitions out of lineKostya Kortchinsky
2018-06-19[XRay] rm GLOB || true -> rm -fFangrui Song
2018-06-19Fix bots after r334981Francis Visoiu Mistrih
2018-06-19[asan] Avoid deadlock when initializing the symbolizer CHECK failsReid Kleckner
2018-06-18Fixing os_version_check.c to be actual C sourceChris Bieneman
2018-06-18[TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-18[sanitizer] Guard call to internal_lseek when SANITIZER_MAC is trueFrancis Visoiu Mistrih
2018-06-18Update copyright year to 2018.Paul Robinson
2018-06-18[Fuzzer] Set an explicit libc++ dependency when neededPetr Hosek
2018-06-18[sanitizer] Suppress unused function warningVitaly Buka
2018-06-17[sanitizer] Fix tsan GO buildVitaly Buka
2018-06-17[sanitizer] Fix s390 build after r334900Vitaly Buka
2018-06-17[sanitizer] Use confstr to check libc version in InitTlsSizeVitaly Buka
2018-06-17Revert "[CMake] Use a different source depending on C++ support"Jonas Hahnfeld
2018-06-17[fuzzer] Python 3 print fixesVitaly Buka
2018-06-17[fuzzer] Fix collect_data_flow.py for python 3Vitaly Buka
2018-06-17[sanitizer] Use const char* in internal_simple_strtollVitaly Buka
2018-06-16[sanitizer_common] Fix windows build caused by r334881Fangrui Song
2018-06-16[asan] Enable fgets_fputs test on AndroidVitaly Buka
2018-06-16[sanitizer_common] Use O_TRUNC for WrOnly access mode.Fangrui Song
2018-06-15[asan] Move long-object-path.cc test to LinuxVitaly Buka
2018-06-15[libFuzzer] Avoid -fuse-ld=lld on gc-sections.Matt Morehouse
2018-06-15[SanitizerCoverage] Add associated metadata to pc-tables.Matt Morehouse
2018-06-15[Fuzzer] Don't hardcode target architecture for Fuzzer testsPetr Hosek
2018-06-15[scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky
2018-06-14[compiler-rt] [builtins] Don't build __atomic_* by default.Eli Friedman
2018-06-14[libFuzzer] [NFC] XFAIL one of the tests on iOS.George Karpenkov