summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-02-27[scudo] Introduce Chunk::getHeaderSizeKostya Kortchinsky
2018-02-27Add new interceptors: getnetent(3) familyKamil Rytarowski
2018-02-27Add new interceptors: getprotoent(3) familyKamil Rytarowski
2018-02-27Add new interceptors: getttyent(3) familyKamil Rytarowski
2018-02-27[asan] Enable ASAN_INTERCEPT___CXA_THROW for x86 AndroidVitaly Buka
2018-02-26Fix build for iOS/ARM ("__Unwind_RaiseException" is not available for armv7).Kuba Mracek
2018-02-26[asan] Fix build for AndroidVitaly Buka
2018-02-26[asan] Intercept std::rethrow_exception indirectlyVitaly Buka
2018-02-26Fix-up for r326106: FindAvailableMemoryRange needs a nullptr as its 5th argum...Kuba Mracek
2018-02-26[asan] Be more careful and verbose when allocating dynamic shadow memoryKuba Mracek
2018-02-26[MSan] Print current stack on CHECK violationAlex Shlyapnikov
2018-02-26Skip two more ioctl interceptors for NetBSDKamil Rytarowski
2018-02-24[ubsan-minimal] Fix the ubsan_minimal debug build (COMPILER_RT_DEBUG=1) on ma...Dan Liew
2018-02-24[cfi] Lazy initialization of CFI interceptorsVitaly Buka
2018-02-24Correct ctype(3) functions with NLS on NetBSDKamil Rytarowski
2018-02-24[Sanitizers] Increase allocated chunk limit for LargeMmapAllocatorAlex Shlyapnikov
2018-02-22[libFuzzer] Include TEMP_MAX_LEN in Fuzzer::PrintStats.Matt Morehouse
2018-02-21[sanitizer] Allow to set SANITIZER_CAN_USE_PREINIT_ARRAY externallyVitaly Buka
2018-02-21[hwasan] Fix inline instrumentation.Evgeniy Stepanov
2018-02-21Msan, fixing DTLS_on_tls_get_addr signature empty implementationKamil Rytarowski
2018-02-20Add new interceptor: strmode(3)Kamil Rytarowski
2018-02-20Add new interceptor: fgetln(3)Kamil Rytarowski
2018-02-20Stop intercepting forkpty(3) and openpty(3) on NetBSDKamil Rytarowski
2018-02-17Recognize all NetBSD architectures in UBSanKamil Rytarowski
2018-02-16Add initial XRay support for NetBSDKamil Rytarowski
2018-02-15[TSan] Fix static TLS boundaries calculations in __tls_get_addr interceptor.Alex Shlyapnikov
2018-02-15Try to unbreak Darwin after XRay/FreeBSD commitKamil Rytarowski
2018-02-15Implement a large part of NetBSD syscalls of netbsd_syscall_hooks.hKamil Rytarowski
2018-02-15Enable syscall-specific functions in TSan/NetBSDKamil Rytarowski
2018-02-15Add Xray instrumentation support to FreeBSDKamil Rytarowski
2018-02-15Teach sanitizer about NetBSD specific ioctl(2) callsKamil Rytarowski
2018-02-15Prevent recursive MSan interceptors in strftime(3) like functionsKamil Rytarowski
2018-02-15Prevent recursive MSan interceptors in fgets(3)Kamil Rytarowski
2018-02-15Add NetBSD syscall hooks skeleton in sanitizersKamil Rytarowski
2018-02-15Add new interceptor: lstat(2)Kamil Rytarowski
2018-02-13[libFuzzer] Set -experimental_len_control=1000 as default.Matt Morehouse
2018-02-13[sanitizer] Implement GetRSS on WindowsKostya Kortchinsky
2018-02-12[sanitizer] Size class map & local cache improvementsKostya Kortchinsky
2018-02-11Revert r324847, there's bot failures.Kuba Mracek
2018-02-11[sanitizer] Implement NanoTime() on DarwinKuba Mracek
2018-02-11[compiler-rt] Replace forkpty with posix_spawnKuba Mracek
2018-02-10[XRay] Rename Buffer.Buffer to Buffer.DataDean Michael Berris
2018-02-08[scudo] Allow options to be defined at compile timeKostya Kortchinsky
2018-02-08[builtins] Workaround for infinite recursion in c?zdi2Jonas Devlieghere
2018-02-07[asan] Fix filename size on linux platforms.Yvan Roux
2018-02-07Correct a bug in GetArgsAndEnv() for NetBSDKamil Rytarowski
2018-02-07[Fuzzer] Use Zircon's public API on FuchsiaPetr Hosek
2018-02-05[Sanitizers, Darwin] Disable SANITIZER_SUPPORTS_WEAK_HOOKS before Mac OS X 10.9Vitaly Buka
2018-02-05[sanitizer] Revert rL324263Kostya Kortchinsky
2018-02-05[sanitizer] SizeClassMap minor improvement/correctness changesKostya Kortchinsky