summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-10[msan] Fix getmntent{_r} for empty /etc/fstabAdhemerval Zanella
2017-05-09[scudo] CRC32 optimizationsKostya Kortchinsky
2017-05-09Avoid unnecessary calls to vm_region_recurseFrancis Ricci
2017-05-06[builtins] Fixup emulated TLS for mingw.Martell Malone
2017-05-05[scudo] Add Android supportKostya Kortchinsky
2017-05-05CFI: Add a blacklist entry for std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_...Peter Collingbourne
2017-05-05[ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko
2017-05-05[ubsan] Fix error summary message for ObjC BOOL invalid loadsVedant Kumar
2017-05-05[XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris
2017-05-04[ASAN] Add interceptor for __longjmp_chkPeter Wu
2017-05-04[compiler-rt][mips] Add support for quad precision builtins for mips64Simon Dardis
2017-05-04[XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris
2017-05-03[asan] print the 'unexpected format specifier in printf interceptor' warning ...Kostya Serebryany
2017-05-03[tsan] Detect races on modifying accesses in Swift codeKuba Mracek
2017-05-03[sanitizer] Intercept mcheck and mprobe on LinuxMaxim Ostapenko
2017-05-02Roll back r301831 to fix broken powerpc64le tests.Sterling Augustine
2017-05-02tsan: allow fast large MemoryRangeSet on non-Windows GoDmitry Vyukov
2017-05-02[compiler-rt] move tsan's Android __get_tls() to sanitizer_commonKostya Kortchinsky
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-05-02[sanitizer-coverage] add a deprecation note for the old sanitizer-coverage; r...Kostya Serebryany
2017-05-01[sanitizer-coverage] remove more stale codeKostya Serebryany
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2017-05-01[asan] speed up small memcpy (> 32 but <= 64 bytes)Kostya Serebryany
2017-05-01Add powerpc64 and powerpc64le to build infrastructure.Sterling Augustine
2017-05-01[sanitizer-coverage] disable coverage_direct=1, will remove the code in a few...Kostya Serebryany
2017-05-01Cleanup previous test commit.Sterling Augustine
2017-05-01Add a blank line as a test-commit.Sterling Augustine
2017-05-01[powerpc] deactivate flakey tests on powerpc64leBill Seurer
2017-05-01tsan: support linker init flag in __tsan_mutex_destroyDmitry Vyukov
2017-05-01[XRay][compiler-rt] Document and update the XRay Logging APIDean Michael Berris
2017-04-30[tsan] Track external tags in thread tracesKuba Mracek
2017-04-27[ubsan] Make the cast overflow message less redundantVedant Kumar
2017-04-27[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-27[scudo] Move thread local variables into their own filesKostya Kortchinsky
2017-04-26[lsan] When necessary, define LSan suppression for tls_get_addr.Alex Shlyapnikov
2017-04-25[builtins] Implement emulated TLS on Windows.Frederich Munch
2017-04-25[lsan] When necessary, define LSan suppression for pthread_exit.Alex Shlyapnikov
2017-04-25[Compiler-rt][MIPS] Fix assert introduce with commit rl301171.Nitesh Jain
2017-04-24Revert r301089 "[builtins] Implement emulated TLS on Windows."Hans Wennborg
2017-04-24[asan] Use posix strerror_r interceptor on android.Evgeniy Stepanov
2017-04-24[tsan] Remove the extra word "object" from description of external racesKuba Mracek
2017-04-24[sanitizer] Cache SizeClassForTransferBatch in the 32-bit local cacheKostya Kortchinsky
2017-04-22[builtins] Implement emulated TLS on Windows.Frederich Munch
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-21Suppress DTLS leak happening in some glibc versions.Alex Shlyapnikov
2017-04-21[asan] Optimize strchr for strict_string_checks=falseVitaly Buka
2017-04-21[scudo] Bypass Quarantine if its size is set to 0Kostya Kortchinsky
2017-04-21[tsan] Refactor __tsan_external_read/__tsan_external_write to avoid code dupl...Kuba Mracek
2017-04-21[tsan] Track external API accesses as 1-byte accesses (instead of 8-byte)Kuba Mracek