summaryrefslogtreecommitdiff
path: root/lib
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-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[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-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-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] Fix value profile runtime merging issuesRong Xu
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[scudo] Fuchsia minimal shared runtimeKostya Kortchinsky
2018-03-27Revert "[asan] Replace vfork with fork."Evgeniy Stepanov
2018-03-24[sanitizer] Fix Darwin buildVitaly Buka
2018-03-24Mmap interceptor providing mprotect supportVitaly Buka
2018-03-24[sanitizer] Fix strlcpy and strlcat interceptors on DarwinVitaly Buka
2018-03-24Remove duplicated const qualifier.Alex Shlyapnikov
2018-03-23[HWASan] Port HWASan to Linux x86-64 (compiler-rt)Alex Shlyapnikov
2018-03-23FreeBSD sanitizer common, intercept couple of more functionsVitaly Buka
2018-03-23Revert "Mmap interceptor providing mprotect support"Vitaly Buka
2018-03-23Mmap interceptor providing mprotect supportVitaly Buka
2018-03-23[sanitizer] Fix PPC botVitaly Buka
2018-03-22[sanitizer] zx_vmo_write on Fuchsia takes only 4 arguments nowPetr Hosek
2018-03-22More OpenBSD fixesVitaly Buka
2018-03-22[sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky
2018-03-21Mmap interceptor new option, Write Exec runtime detectorVitaly Buka
2018-03-21tsan: fix darwin build after 328079Dmitry Vyukov
2018-03-21tsan: support inlined frames in external symbolizationDmitry Vyukov