summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-03-03Remove obsolete ptrace(2) operations from NetBSDKamil Rytarowski
2018-03-03Revert D44035Kamil Rytarowski
2018-03-03Hotfix for D44035Kamil Rytarowski
2018-03-03Support OpenBSD in common interceptorsKamil Rytarowski
2018-03-03OpenBSD UBsan support enabling SANITIZER_OPENBSD widelyKamil Rytarowski
2018-03-03OpenBSD UBsan support / commonKamil Rytarowski
2018-03-03[msan] Restrict -ftls-model=initial-exec to FreeBSDKamil Rytarowski
2018-03-03Sanitiser common, using u64 type for GetTid on posix systemsKamil Rytarowski
2018-03-03Adding Msan support to FreeBSDKamil Rytarowski
2018-03-02OpenBSD Ubsan support / interceptionKamil Rytarowski
2018-03-02OpenBSD UBsan support / ubsan partKamil Rytarowski
2018-03-01[PATCH] [compiler-rt, RISCV] Support builtins for RISC-VShiva Chen
2018-02-28[RISCV] Force enable int128 for compiling long double routinesMandeep Singh Grang
2018-02-27Disable ASan exceptions on NetBSDKamil Rytarowski
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