summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-11-10[msan] Move sigaction_impl and signal_implVitaly Buka
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] 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-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] 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-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
2017-11-07[WebAssembly] Include GENERIC_TF_SOURCES in wasm buildsSam Clegg
2017-11-07tsan: allow usage of global vars with ctors in interceptorsDmitry Vyukov
2017-11-07Update sanitizer_allocator to use new API.Kostya Kortchinsky
2017-11-06[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
2017-11-06[Sanitizers] Check pthread_setcancel{state|type} interceptor arguments for !=...Alex Shlyapnikov
2017-11-04Fix CMake definitions of tsan runtime to make it installed by "install-compil...Mehdi Amini
2017-11-03[scudo] Rearrange #include orderKostya Kortchinsky
2017-11-03[Sanitizers] Call NanoTime() conditionally.Alex Shlyapnikov
2017-11-03Late fixup in _lwp_exit on TSan/NetBSDKamil Rytarowski
2017-11-03Correct detection of a thread terminationKamil Rytarowski
2017-11-03Disable detection of on_exit()/TSan on NetBSDKamil Rytarowski
2017-11-02[fuzzer] Fix nested mallocsVitaly Buka
2017-11-01[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka
2017-11-01[scudo] Implement stricter separation of C vs C++Kostya Kortchinsky
2017-11-01[fuzzer] Fix threaded stack printingVitaly Buka
2017-11-01Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka
2017-10-31[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka
2017-10-31[fuzzer] Fix threaded stack printing and nested mallocsVitaly Buka
2017-10-30[sanitizer][Fuchsia] Add a missing semicolonPetr Hosek
2017-10-30Fix warning + death test + failing test on Windows (D39072).Kostya Kortchinsky
2017-10-30[sanitizer] Fixing an error introduced in D39072Kostya Kortchinsky