summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-10[XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris
2017-11-10[esan] Fix compilation of signal handlersVitaly Buka
2017-11-10[tsan] Use __sanitizer_siginfo from sanitizer_commonVitaly Buka
2017-11-10[sanitizer] Remove unused <signal.h> which conflicts with asan declarationsVitaly Buka
2017-11-10[sanitizer] Forward declaration of __sanitizer_sigaction without signal inter...Vitaly Buka
2017-11-10[sanitizer] Remove unneeded forward declaration of real_sigactionVitaly Buka
2017-11-10[sanitizer] Remove unneeded forward declarationsVitaly Buka
2017-11-10[sanitizer] Remove unused <signal.h> which conflicts with asan declarationsVitaly Buka
2017-11-10[sanitizer] Fix "cast from 'const void *' to 'sigaction *'" on DarwinVitaly Buka
2017-11-10[sanitizer] Remove references and hide CommonSanitizerReportMutexVitaly Buka
2017-11-10[msan] Deadly signal handler for msanVitaly Buka
2017-11-10[msan] Move sigaction_impl and signal_implVitaly Buka
2017-11-10[libFuzzer] trying to make sigusr tests more reliableKostya Serebryany
2017-11-10[libFuzzer] split a test into two Kostya Serebryany
2017-11-09[sanitizer] Remove unneeded "struct"Vitaly Buka
2017-11-09[sanitizer] Fix signal interceptors build on WindowsVitaly Buka
2017-11-09[msan] Extract signal_impl and sigaction_implVitaly Buka
2017-11-09[sanitizer] Allow sanitizers to redefine implementation of signal interceptorsVitaly Buka
2017-11-09[msan] Replace CommonSanitizerReportMutex with ScopedErrorReportLockVitaly Buka
2017-11-09[libFuzzer] use pkill instead of killall in a test since the bots don't have ...Kostya Serebryany
2017-11-09[libFuzzer] make sure to flush IO when done merging one fileKostya Serebryany
2017-11-09[sanitizer] Revert rL317822Kostya Kortchinsky
2017-11-09[libFuzzer] Don't add leaking inputs to corpus.Matt Morehouse
2017-11-09[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany
2017-11-09Revert new ThinLTO ASAN test until lit support addedTeresa Johnson
2017-11-09[scudo] Make getNumberOfCPUs Fuchsia compliantKostya Kortchinsky
2017-11-09[Builtins] Do not use tailcall for Thumb1Weiming Zhao
2017-11-09[PowerPC][msan] Update msan to handle changed memory layouts in newer kernelsBill Seurer
2017-11-09[sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka
2017-11-09[msan] Add context argument into GetStackTraceVitaly Buka
2017-11-09[lsan] Add "static" to internal functionVitaly Buka
2017-11-09[libFuzzer] allow merge to resume after being preempted Kostya Serebryany
2017-11-09ubsan: Allow programs to use setenv to configure ubsan_standalone.Peter Collingbourne
2017-11-09[libFuzzer] mechanically simplify a test, NFCKostya Serebryany
2017-11-09[libFuzzer] fix a test (and hopefully, the bot)Kostya Serebryany
2017-11-09[libFuzzer] allow user to specify the merge control fileKostya Serebryany
2017-11-08[Sanitizers, CMake] Also use version script for libclang_rt.asan-i386.soEvgeniy Stepanov
2017-11-08Correct atexit(3) support in TSan/NetBSDKamil Rytarowski
2017-11-08[ThinLTO] New test needs to require LTOTeresa Johnson
2017-11-08[ThinLTO] Ensure sanitizer passes are runTeresa Johnson
2017-11-08Revert "[ThinLTO] Ensure sanitizer passes are run"Teresa Johnson
2017-11-08[ThinLTO] Ensure sanitizer passes are runTeresa Johnson
2017-11-08Implement flock for Windows in compiler-rtMarco Castelluccio
2017-11-08[sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky
2017-11-08Always use prctl(PR_SET_PTRACER)Sylvestre Ledru
2017-11-08Revert "[scudo] Make getNumberOfCPUs Fuchsia compliant"Reid Kleckner
2017-11-08[sanitizer] Asm implementation of syscall() for arm32.Evgeniy Stepanov
2017-11-07(NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov
2017-11-07[sanitizer] Fix sanitizer_common compile errors on gcc trunkVitaly Buka
2017-11-07[scudo] Make getNumberOfCPUs Fuchsia compliantKostya Kortchinsky