summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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
2017-10-23[Sanitizers] Add total primary allocator RSS to allocator report.Alex Shlyapnikov
2017-10-23Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."Evgeniy Stepanov
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-23[scudo] Add a shared runtimeKostya Kortchinsky
2017-10-22[Compiler-rt][MIPS] Fix cross build for XRAY.Nitesh Jain
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-10-18Use O_BINARY when opening GCDA file on WindowsMarco Castelluccio
2017-10-17[XRay][compiler-rt] Always place the CPU record first for every bufferDean Michael Berris
2017-10-16[scudo] Do not include sanitizer_posix.h if not on a Posix platformKostya Kortchinsky
2017-10-15[asan] Increase kHandlerStackSize for TracerThreadSignalHandlerVitaly Buka
2017-10-14[xray] Fix CMake for X-RAY testsGeorge Karpenkov
2017-10-14[libFuzzer] print a better warning if we hit the ld bugKostya Serebryany
2017-10-13[Sanitizers] Always build libFuzzer with frame pointers.Alex Shlyapnikov
2017-10-13[scudo] Allow for non-Android Shared TSD platforms, part 2Kostya Kortchinsky
2017-10-13[Sanitizers] Add more details to ASan allocator stats report.Alex Shlyapnikov
2017-10-13[libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany
2017-10-12[cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny
2017-10-12[cmake] [interception] Remove duplicate gtest from test COMPILE_DEPSMichal Gorny
2017-10-12[scudo] Allow for non-Android Shared TSD platforms, part 1Kostya Kortchinsky
2017-10-12Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...Hans Wennborg
2017-10-11Reland "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-10-11[sanitizer] Move the errno/ENOMEM allocator checks logic to separate .ccKostya Kortchinsky
2017-10-11[X86] Add Knights Mill CPU to cpu_indicator support to match libgcc.Craig Topper
2017-10-11[libFuzzer] disable use_feature_frequency as it degrades some of the benchmar...Kostya Serebryany
2017-10-11Revert "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek