summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-15[libFuzzer] minor refactoring, NFCKostya Serebryany
2017-09-15[libFuzzer] reduce the size of the merge control file by not dumping redundan...Kostya Serebryany
2017-09-15ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne
2017-09-15ubsan: Stop building the DLL version of the runtime library on Windows.Peter Collingbourne
2017-09-15[sanitizer][mips64] fix MIPS64 kernel_stat_to_stat()Petar Jovanovic
2017-09-15[ubsan] Extract GetStackTraceWithPcBpAndContext similar to asan versionVitaly Buka
2017-09-15tsan: respect LDFLAGS when build Go testDmitry Vyukov
2017-09-15[sanitizer] Use __sanitizer:: in CHECK_IMPL on both sides of assignmentVitaly Buka
2017-09-14[sanitizer] Move stack overflow and signal reporting from Asan into common.Vitaly Buka
2017-09-14[asan] Remove ErrorStackOverflowVitaly Buka
2017-09-14[scudo] Fix bad request handling when allocator has not been initializedKostya Kortchinsky
2017-09-14[sanitizer] Add empty Fuchsia and Win versions of StartReportDeadlySignalVitaly Buka
2017-09-14[lsan] Extract GetStackTraceWithPcBpAndContext similar to asan versionVitaly Buka
2017-09-14[sanitizer] Move IsStackOverflow into SignalContextVitaly Buka
2017-09-14[sanitizer] Add BufferedStackTrace::Reset()Vitaly Buka
2017-09-14[asan] Add const into ScarinessScoreBase::PrintVitaly Buka
2017-09-14[compiler-rt] Fix Windows buildVitaly Buka
2017-09-14[compiler-rt] Cleanup SignalContext initializationVitaly Buka
2017-09-13[asan] Fix Windows buildVitaly Buka
2017-09-13[compiler-rt] Use SignalContext in ErrorStackOverflow and ErrorDeadlySignalVitaly Buka
2017-09-13[compiler-rt] Add siginfo into SignalContextVitaly Buka
2017-09-13[compiler-rt] Compile signal specific functions only for !SANITIZER_GOVitaly Buka
2017-09-13Fix line breaks.Vitaly Buka
2017-09-13[compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka
2017-09-13[compiler-rt] Move *Sanitizer:DEADLYSIGNAL printing into common partVitaly Buka
2017-09-13[Fuchsia] Magenta -> ZirconPetr Hosek
2017-09-13[compiler-rt] Move IsStackOverflow into sanitizer_posix_libcdep.cc to the restVitaly Buka
2017-09-12[libFuzzer] factor out some code into GetSizedFilesFromDir; NFCKostya Serebryany
2017-09-12[libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns when testing a mem...Max Moroz
2017-09-12[XRay][compiler-rt] Use a single global volatile recursion guard for FDR hand...Dean Michael Berris
2017-09-12[compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka
2017-09-12Revert "[compiler-rt] Move IsStackOverflow from asan into sanitizer_common"Vitaly Buka
2017-09-11Runtime detection of android_set_abort_message.Evgeniy Stepanov
2017-09-11[ubsan-minimal] Enable on DarwinVedant Kumar
2017-09-11[ubsan] Make ubsan version of __sanitizer_print_stack_trace consistent with o...Vitaly Buka
2017-09-11[ubsan] Save binary name before parsing optionsVitaly Buka
2017-09-11Revert "[ubsan] Save binary name before parsing options"Vitaly Buka
2017-09-11[compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka
2017-09-11[compiler-rt] Cleanup decoratorsVitaly Buka
2017-09-11[scudo] Fix improper TSD init after TLS destructors are calledKostya Kortchinsky
2017-09-11[ubsan] Save binary name before parsing optionsVitaly 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-07[asan] Add a note to shadow memory setup error.Evgeniy Stepanov
2017-09-06[scudo] getauxval alternative for AndroidKostya Kortchinsky
2017-09-06[msan] Remove a stale fixme (NFC).Evgeniy Stepanov
2017-09-06[sanitizer_common][Fuchsia] Update Fuchsia sanitizer markupPetr Hosek
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