summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-05[msan] add strtouq msan interceptorVitaly Buka
2017-12-05[libFuzzer] Make redirects happen in proper sequence.Matt Morehouse
2017-12-05[scudo] Get rid of the thread local PRNG & header saltKostya Kortchinsky
2017-12-05[XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit()Dean Michael Berris
2017-12-05[XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris
2017-12-05[XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris
2017-12-04[libFuzzer] Remove const from ignoreRemainingArgs return value.Matt Morehouse
2017-12-04[libFuzzer] Remove FuzzerCommand.cpp from build sources.Matt Morehouse
2017-12-04[libFuzzer] Encapsulate commands in a class.Matt Morehouse
2017-12-04[sanitizer] 64-bit allocator's PopulateFreeArray partial refactorKostya Kortchinsky
2017-12-04Handle NetBSD symbol renaming in sanitizer_common_interceptors.incKamil Rytarowski
2017-12-04[ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov
2017-12-04Move __tsan::Vector to __sanitizerKamil Rytarowski
2017-12-01[libFuzzer] add a flag -malloc_limit_mbKostya Serebryany
2017-12-01[libFuzzer] remove stale flags; NFCKostya Serebryany
2017-12-01[libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany
2017-11-30[msan] Fix return type of mbrtowcVitaly Buka
2017-11-30Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine
2017-11-30Move x86-specific sources to x86-specific source lists.Sterling Augustine
2017-11-30Fix the MIPS baremetal buildAlexander Richardson
2017-11-30Linux needs to include sys/uio.h for readv, preadvStephan Bergmann
2017-11-29[XRay][compiler-rt][Darwin] Use dynamic initialisation as an alternativeDean Michael Berris
2017-11-29[sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek
2017-11-29[scudo] Allow for compile-time choice of the SizeClassMapKostya Kortchinsky
2017-11-29[compiler-rt] Switch from deprecated TARGET_IPHONE_SIMULATOR to TARGET_OS_SIM...Kuba Mracek
2017-11-29[asan] Fix macOS FindDynamicShadowStart to consider the last gap in the VM mapKuba Mracek
2017-11-29[asan] Don't crash on fclose(NULL)Kuba Mracek
2017-11-29[asan] Allow getpwnam(NULL) for binary compatibilityKuba Mracek
2017-11-29[sanitizer] Refactor how assembly files are handledKuba Mracek
2017-11-29Defer StartBackgroundThread() and StopBackgroundThread() in TSanKamil Rytarowski
2017-11-28[XRay][compiler-rt] Fix armhf buildDean Michael Berris
2017-11-28[XRay][compiler-rt] Fix runtime buildDean Michael Berris
2017-11-28[LSan] Fix one source of stale segments in the process memory mapping.Alex Shlyapnikov
2017-11-28[LibFuzzer] Improve comments on `CounterToFeature()` function.Dan Liew
2017-11-28Support the setjmp(3) family of functions in TSan/NetBSDKamil Rytarowski
2017-11-28[PowerPC][tsan] Update tsan to handle changed memory layouts in newer kernelsBill Seurer
2017-11-28[XRay][compiler-rt][Darwin] Minimal XRay build support in DarwinDean Michael Berris
2017-11-28Correct mangled_sp on NetBSD/amd64 in TSanKamil Rytarowski
2017-11-28Handle symbol renaming of sigaction for NetBSDKamil Rytarowski
2017-11-27[msan] Avoid shadowing a variable in common interceptors.Evgeniy Stepanov
2017-11-27[scudo] Workaround for uninitialized Bionic globalsKostya Kortchinsky
2017-11-27[fuchsia] Update Fuchsia with a new mmap implementation.Kostya Kortchinsky
2017-11-26Prevent Thread Exited/Joined events raceKamil Rytarowski
2017-11-26Detect thread termination in LSan/NetBSDKamil Rytarowski
2017-11-25Plug dlerror() leak for swift_demangleKamil Rytarowski
2017-11-22[scudo] Overhaul hardware CRC32 feature detectionKostya Kortchinsky
2017-11-21[scudo] Make getNumberOfCPUs Fuchsia compliant v2Kostya Kortchinsky
2017-11-21[sanitizer] Define SANITIZER_USE_GETAUXVAL for AndroidKostya Kortchinsky
2017-11-21Correct NetBSD support in pthread_once(3)/TSanKamil Rytarowski
2017-11-21[XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris