summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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] Fix standlone build -lrt requirementKostya Kortchinsky
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-27[LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov
2017-10-26[LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov
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[libFuzzer] trying to make a test more stable on MacKostya Serebryany
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-25[XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris
2017-10-24On FreeBSD, skip the first entry in the dl_iterate_phdr list.Dimitry Andric
2017-10-24[asan] Add more x86 prologue decodings to handle x64 VC 2017 CRTReid Kleckner
2017-10-24[XRay][compiler-rt] More fixups.Dean Michael Berris
2017-10-24[XRay][compiler-rt] Fixup shadowingDean Michael Berris
2017-10-24[XRay][compiler-rt] Remove C++ STL from the buffer queue implementationDean Michael Berris
2017-10-23[Sanitizers-libFuzzer] Addressing coding style issues.Alex Shlyapnikov
2017-10-23[libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov