summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-04-19[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany
2017-04-19Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizerNico Weber
2017-04-19Implement function to get registers from suspended thread on darwinFrancis Ricci
2017-04-19Move valid caller-pc checks out of platform-specific checksFrancis Ricci
2017-04-19[XRay][compiler-rt] Fix up CFI annotations and stack alignmentDean Michael Berris
2017-04-18Implement suspended thread register count for darwinFrancis Ricci
2017-04-18Remove mips64 defines from darwin-specific fileFrancis Ricci
2017-04-18[sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...Maxim Ostapenko
2017-04-18[XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...Douglas Yung
2017-04-18[asan] Fixup for r300483 (which is a fixup for r300473).Evgeniy Stepanov
2017-04-17Update suspended threads info to be compatible with darwinFrancis Ricci
2017-04-17Fixup for r300473: Use %lu on Linux for tid_t in format strings.Kuba Mracek
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-17Don't read non-readable address ranges during lsan pointer scanningFrancis Ricci
2017-04-17Scan Kernel Alloc Once page for global pointersFrancis Ricci
2017-04-15[profile] Sync up InstrProfData.inc (NFC)Vedant Kumar