summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-17Implement trampoline and handler for typed xray event tracing.Keith Wyss
2018-04-17[sanitizer] Remove low-hanging-fruit dead codeKostya Kortchinsky
2018-04-16[sanitizer] Fix OSX build failure post D45457Kostya Kortchinsky
2018-04-16[sanitizer] Build failures fixes post D45457Kostya Kortchinsky
2018-04-16[sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky
2018-04-16tsan: add support for linux/powerpc64 in buildgo.shDmitry Vyukov
2018-04-13[Fuzzer] Avoid C++ compiler checks for fuzzer C++ libraryPetr Hosek
2018-04-13[sanitizer] Allow for the allocator "names" to be set by the toolsKostya Kortchinsky
2018-04-13[sanitizer] Fix __sanitizer::Vector::Resize vectorVitaly Buka
2018-04-13[sanitizer] Replace cast with unsigned literals in testsVitaly Buka
2018-04-13[XRay] [compiler-rt] reformat and clarify CMakeLists.txt [NFC]Martin Pelikan
2018-04-13[tsan] Add interceptors for objc_sync_enter and objc_sync_exitKuba Mracek
2018-04-13[asan] Reduce flakiness in stack-overflow detectionKuba Mracek
2018-04-12[asan] Remove malloc_context_size=0 from asan_device_setup.Evgeniy Stepanov
2018-04-12[scudo] Remove duplicate cmake flagsKostya Kortchinsky
2018-04-11[sanitizer] Correct name length computation for some Fuchsia vmosKostya Kortchinsky
2018-04-11[xray] Fix OS X bots.George Karpenkov
2018-04-11Revert "[cmake] Remove duplicate command line options from build"Aaron Smith
2018-04-11[cmake] Remove duplicate command line options from buildAaron Smith
2018-04-11[XRay][compiler-rt] Fix osx-based buildsDean Michael Berris
2018-04-11[XRay][clang+compiler-rt] Support build-time mode selectionDean Michael Berris
2018-04-10[sanitizer] Allow BackgroundThread to not depend on StackDepot v2Kostya Kortchinsky
2018-04-10[compiler-rt][asan][mips] UnXFAIL some consistently passing testsSimon Dardis
2018-04-10[sanitizer] Enable threads for libc++ build used by the symbolizerPetr Hosek
2018-04-09GetRandom / OpenBSD, using getentropy to get high quality randomnessVitaly Buka
2018-04-09libFuzzer, OpenBSD supportVitaly Buka
2018-04-09shadowcallstack: Make runtime tests compatible with aarch64.Peter Collingbourne
2018-04-09[sanitizer] Reverting rCRT329595Kostya Kortchinsky
2018-04-09[sanitizer] Allow BackgroundThread to not depend on StackDepotKostya Kortchinsky
2018-04-09[ASan] NFC: make use of a new ErrorBase ctorAlex Shlyapnikov
2018-04-06[libFuzzer] Print a correct error message when a directory can't beMatt Morehouse
2018-04-06[compiler-rt][dfsan][mips] UnXPASS a consistently passing testSimon Dardis
2018-04-04[asan] Fix aligned_alloc test caseKostya Kortchinsky
2018-04-04Add simple runtime tests for shadowcallstackVlad Tsyrklevich
2018-04-04[CMake] Support statically linked libc++abi and libunwindPetr Hosek
2018-04-04[sanitizer] Split stacktrace/symbolizer: Windows unwindKostya Kortchinsky
2018-04-04[XRay][compiler-rt] Build XRay runtime for OpenBSDDean Michael Berris
2018-04-03[sanitizer] Remove empty Symbolizer PrepareForSandboxingKostya Kortchinsky
2018-04-02[profile] Move newly added test to the supported platformRong Xu
2018-04-02[profile] Fix value profile runtime merging issuesRong Xu
2018-03-30[ASan] Disable new ASan error reporting tests on various ARMs.Alex Shlyapnikov
2018-03-29[asan] Split the `throw_invoke_test.cc` into a Linux specific variantDan Liew
2018-03-29[ASan] Disable aligned_alloc-alignment.cc on PPC64.Alex Shlyapnikov
2018-03-29[ASan] Disable aligned_alloc-alignment.cc on ppc64beAlex Shlyapnikov
2018-03-28[ASan] Disable aligned_alloc-alignment.cc test on gcc.Alex Shlyapnikov
2018-03-28[ASan] Disable aligned_alloc-alignment.cc on Android.Alex Shlyapnikov
2018-03-28[ASan] Add aligned_alloc declaration to aligned_alloc-alignment.cc test.Alex Shlyapnikov
2018-03-28[ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-03-28[asan] Add vfork to the list of reasons for stack errors.Evgeniy Stepanov
2018-03-27[HWASan] Make use-after-free c, not c++ test.Alex Shlyapnikov