summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-04-21[tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek
2017-04-21[tsan] Don't report bugs from interceptors called from libignored modulesKuba Mracek
2017-04-21Revert r300889, r300906, r300935, r300939Diana Picus
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov
2017-04-20sanitizer: fix crash with textdomain(NULL) interceptorKostya Serebryany
2017-04-20Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-20[asan] Optimize strchr for strict_string_checks=falseVitaly Buka
2017-04-20Define standard suppressions for LSan, start with this one.Alex Shlyapnikov
2017-04-20Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov
2017-04-20[scudo] Remove GetActuallyAllocatedSize calls from the fast pathKostya Kortchinsky
2017-04-20[scudo] Minor changes and refactoringKostya Kortchinsky
2017-04-20[XRay][compiler-rt] Cleanup CFI/CFA annotations on trampolinesDean Michael Berris
2017-04-19[sanitizer-coverage] remove more unused codeKostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bbKostya Serebryany
2017-04-19Fixup style from r300760Francis Ricci
2017-04-19Make sure to scan mmap'd memory regions for root pointers on OS XFrancis Ricci
2017-04-19Implement StopTheWorld for DarwinFrancis Ricci
2017-04-19Turn symbolization on for ASan unit test.Alex Shlyapnikov