aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-14Include toolchain/llvm_android OWNERSllvm-svn.349610Chih-Hung Hsieh
2019-01-14Add option to disable linking of libcxx into fuzzerPirama Arumuga Nainar
2019-01-14Expand ALL_FUZZER_SUPPORTED_ARCH to include all Android supported archsYi Kong
2019-01-14Merge c3cc767cf for LLVM update to 349610Pirama Arumuga Nainar
2019-01-14 revert to previous base llvm-svn.346389Pirama Arumuga Nainar
2019-01-08Revert "Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)""Evgeniy Stepanov
2019-01-07Fix Mac compilation.Evgeniy Stepanov
2019-01-07[asan] Support running without /procEvgeniy Stepanov
2019-01-07[sanitizer] Reduce stack depot size on Android.Evgeniy Stepanov
2019-01-07[hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov
2019-01-07[sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov
2019-01-07Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew
2019-01-07Implement a small subset of the C++ `type_traits` header inside sanitizer_com...Dan Liew
2019-01-07[hwasan] Link ubsan_cxx to shared runtime library.Evgeniy Stepanov
2019-01-07[hwasan] Verify Android TLS slot at startup.Evgeniy Stepanov
2019-01-07[hwasan] optionally right-align heap allocationsKostya Serebryany
2019-01-07Start adding the supporting code to perform out-of-process allocatorDan Liew
2018-12-19tsan: align default value of detect_deadlocks flag with actual behaviorDmitry Vyukov
2018-12-19[asan] Disable ODR test on AndroidVitaly Buka
2018-12-18[asan] Restore ODR-violation detection on vtablesVitaly Buka
2018-12-18Fix a gcc -Wpedantix warningNico Weber
2018-12-18hwasan: Allow range of frame descriptors to be empty.Peter Collingbourne
2018-12-17Don't trigger sanitizer initialization from `sysctlbyname` and `sysctl` inte...Dan Liew
2018-12-17[Sanitizer] capsicum variadic api subsetDavid Carlier
2018-12-16Improve the comment in previousKamil Rytarowski
2018-12-16Expand TSan sysroot workaround to NetBSDKamil Rytarowski
2018-12-15Enable test/msan/pthread_getname_np.cc for NetBSDKamil Rytarowski
2018-12-15Enable SANITIZER_INTERCEPT_PTHREAD_GETNAME_NP for NetBSDKamil Rytarowski
2018-12-15Fix internal_sleep() for NetBSDKamil Rytarowski
2018-12-15Fix typo in test cases as well.Peter Collingbourne
2018-12-15hwasan: Fix typo: Previosly -> Previously.Peter Collingbourne
2018-12-14[libFuzzer] make len_control less aggressiveKostya Serebryany
2018-12-14Mark interception_failure_test.cc as passing for NetBSD and asan-dynamic-runtimeKamil Rytarowski
2018-12-14Set shared_libasan_path in lit tests for NetBSDKamil Rytarowski
2018-12-14Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew
2018-12-14[sanitizer] Fix nolibc internal_sleepFangrui Song
2018-12-14Windows ASan: Instrument _msize_base()Vlad Tsyrklevich
2018-12-13Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"Evgeniy Stepanov
2018-12-13Implement a small subset of the C++ `type_traits` header inside sanitizer_com...Dan Liew
2018-12-13[Sanitizer] capsicum further support of the APIDavid Carlier
2018-12-13Add a new interceptors for cdbr(3) and cdbw(3) API from NetBSDKamil Rytarowski
2018-12-13Add new interceptors for vis(3) API in NetBSDKamil Rytarowski
2018-12-13[asan] Don't check ODR violations for particular types of globalsVitaly Buka
2018-12-12[hwasan] Link ubsan_cxx to shared runtime library.Evgeniy Stepanov
2018-12-12Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)Ryan Prichard
2018-12-12[hwasan] Verify Android TLS slot at startup.Evgeniy Stepanov
2018-12-11[Sanitizer] Expand FSEEK interception to FreeBSDDavid Carlier
2018-12-11Fix bug where we'd try symbolize a second time with the same arguments.Dan Liew
2018-12-10[builtins] Remove trailing whitespaces, NFCYi Kong
2018-12-10[Sanitizer] expand sysctl/getmntinfo/nl_langinfo to DarwinDavid Carlier