summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-10-30Introduce ReservedAddressRange to sanitizer_common.Kostya Kortchinsky
2017-10-30Fix clang warnings in winasan codeReid Kleckner
2017-10-30[asan] Intercept heap routines in VS2010 CRTReid Kleckner
2017-10-28[XRay] [compiler-rt] fix build by including errno.h into FDR modeMartin Pelikan
2017-10-27[XRay][compiler-rt] Remove more STL dependenices from FDR modeDean Michael Berris
2017-10-27[scudo] Allow to specify the maximum number of TSDs at compile timeKostya Kortchinsky
2017-10-26[Sanitizers] Set default allocator_release_to_os_interval_ms to 5 secondsAlex Shlyapnikov
2017-10-26[sanitizer] Fix internal symbolized build on Debian 9Vitaly Buka
2017-10-26[LSan] Adjust LSan allocator limits for PPC64.Alex Shlyapnikov
2017-10-25[scudo] Remove comment about security of the 32-bit allocatorKostya Kortchinsky
2017-10-25[msan] Intercept __strxfrm_l.Evgeniy Stepanov
2017-10-25Try to unbreak Linux sanitizersKamil Rytarowski
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-25[asan] Don't print rows of shadow bytes outside shadow memoryReid Kleckner
2017-10-25[tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macrosDmitry Vyukov
2017-10-24On FreeBSD, skip the first entry in the dl_iterate_phdr list.Dimitry Andric