summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-06-14[libFuzzer] [NFC] Remaining minor fixes to support testing on devices.George Karpenkov
2018-06-14[libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov
2018-06-14[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov
2018-06-14[NFC] Generalize flags for linking in shared objects in compiler-rt tests to ...George Karpenkov
2018-06-14[MSan] Linker-initialize static fallback_mutex in msan_allocator.ccAlex Shlyapnikov
2018-06-14[ASan] Linker-initialize static ScopedInErrorReport::current_error_.Alex Shlyapnikov
2018-06-14[ASAN] fix typos and disable long-object-path test for win32Peter Wu
2018-06-14[scudo] Make Secondary linker-initialized compliantKostya Kortchinsky
2018-06-14[ASAN] fix startup crash in dlsym for long paths since glibc 2.27Peter Wu
2018-06-14[Sanitizer] fix compilation warningDavid Carlier
2018-06-13[ASAN] Fix fputs interception for 32-bit macOSPeter Wu
2018-06-13[Sanitizers] Make sanitizer allocator linker-initialize compliant.Alex Shlyapnikov
2018-06-13Disable MSan tests of prlimit on FreeBSDDimitry Andric
2018-06-13[compiler-rt] Use CMAKE_LINKER instead of hardcoding ldShoaib Meenai
2018-06-13[ASAN] Re-enable fgets_fputs test for darwin.Ahmed Bougacha
2018-06-13[TSan] Fix madvise(MADV_NOHUGEPAGE) for meta shadow memoryAlex Shlyapnikov
2018-06-13[XRay] Set an explicit dependency on libc++ when neededPetr Hosek
2018-06-13Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek
2018-06-12[ASAN] disable fgets_fputs test for android and darwinPeter Wu
2018-06-12[libFuzzer] [NFC] Do not use hardcoded relative paths in tests.George Karpenkov
2018-06-12[libFuzzer] [NFC] Make compiler command generation more readable.George Karpenkov
2018-06-12Revert r334458, r334220, r334212, r334139.Matt Morehouse
2018-06-12[asan, myriad] Support environment variablesWalter Lee
2018-06-12[Fuzzer] Afl driver changing iterations handlingDavid Carlier
2018-06-12[scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky
2018-06-12[ASAN] fix fgets and fgets_fputs tests failurePeter Wu
2018-06-12[XRay][profiler] Part 5: Profiler File WritingDean Michael Berris
2018-06-12[XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris
2018-06-12[builtins] Delay emutls deallocation for one roundRyan Prichard
2018-06-12[builtins] emutls cleanup: determine header size using sizeofRyan Prichard
2018-06-12[CMake] Remove -Wno-maybe-uninitialized from passthrough vars.Matt Morehouse
2018-06-11[sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu
2018-06-11[Sanitizers] %tool_options -> %env_tool_opts in allocator_returns_null.ccAlex Shlyapnikov
2018-06-11[Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov
2018-06-11[Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov
2018-06-11[scudo] Improve the scalability of the shared TSD modelKostya Kortchinsky