summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [lsan] When necessary, define LSan suppression for tls_get_addr.Alex Shlyapnikov2017-04-261-1/+1
* [builtins] Implement emulated TLS on Windows.Frederich Munch2017-04-252-67/+236
* [lsan] When necessary, define LSan suppression for pthread_exit.Alex Shlyapnikov2017-04-251-3/+3
* [Compiler-rt][MIPS] Fix assert introduce with commit rl301171.Nitesh Jain2017-04-251-1/+1
* Revert r301089 "[builtins] Implement emulated TLS on Windows."Hans Wennborg2017-04-242-222/+67
* [asan] Use posix strerror_r interceptor on android.Evgeniy Stepanov2017-04-241-1/+1
* [tsan] Remove the extra word "object" from description of external racesKuba Mracek2017-04-241-2/+2
* [sanitizer] Cache SizeClassForTransferBatch in the 32-bit local cacheKostya Kortchinsky2017-04-241-16/+16
* [builtins] Implement emulated TLS on Windows.Frederich Munch2017-04-222-67/+222
* [lsan] Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-212-2/+3
* Suppress DTLS leak happening in some glibc versions.Alex Shlyapnikov2017-04-211-3/+4
* [asan] Optimize strchr for strict_string_checks=falseVitaly Buka2017-04-211-13/+9
* [scudo] Bypass Quarantine if its size is set to 0Kostya Kortchinsky2017-04-211-26/+36
* [tsan] Refactor __tsan_external_read/__tsan_external_write to avoid code dupl...Kuba Mracek2017-04-211-20/+16
* [tsan] Track external API accesses as 1-byte accesses (instead of 8-byte)Kuba Mracek2017-04-211-2/+2
* [tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek2017-04-213-7/+16
* [tsan] Don't report bugs from interceptors called from libignored modulesKuba Mracek2017-04-213-1/+4
* Revert r300889, r300906, r300935, r300939Diana Picus2017-04-211-9/+13
* Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov2017-04-212-3/+2
* sanitizer: fix crash with textdomain(NULL) interceptorKostya Serebryany2017-04-201-1/+1
* Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-202-2/+3
* [asan] Optimize strchr for strict_string_checks=falseVitaly Buka2017-04-201-13/+9
* Define standard suppressions for LSan, start with this one.Alex Shlyapnikov2017-04-201-6/+9
* Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov2017-04-203-6/+20
* [scudo] Remove GetActuallyAllocatedSize calls from the fast pathKostya Kortchinsky2017-04-202-30/+49
* [scudo] Minor changes and refactoringKostya Kortchinsky2017-04-205-162/+171
* [XRay][compiler-rt] Cleanup CFI/CFA annotations on trampolinesDean Michael Berris2017-04-201-19/+14
* [sanitizer-coverage] remove more unused codeKostya Serebryany2017-04-193-26/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany2017-04-193-111/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bbKostya Serebryany2017-04-192-113/+0
* Fixup style from r300760Francis Ricci2017-04-191-3/+3
* Make sure to scan mmap'd memory regions for root pointers on OS XFrancis Ricci2017-04-193-29/+58
* Implement StopTheWorld for DarwinFrancis Ricci2017-04-192-2/+47
* Turn symbolization on for ASan unit test.Alex Shlyapnikov2017-04-191-4/+15
* [sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany2017-04-193-123/+0
* Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizerNico Weber2017-04-191-0/+1
* Implement function to get registers from suspended thread on darwinFrancis Ricci2017-04-191-2/+43
* Move valid caller-pc checks out of platform-specific checksFrancis Ricci2017-04-194-64/+77
* [XRay][compiler-rt] Fix up CFI annotations and stack alignmentDean Michael Berris2017-04-191-43/+46
* Implement suspended thread register count for darwinFrancis Ricci2017-04-181-2/+1
* Remove mips64 defines from darwin-specific fileFrancis Ricci2017-04-181-2/+2
* [sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...Maxim Ostapenko2017-04-181-10/+6
* [XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...Douglas Yung2017-04-183-6/+23
* [asan] Fixup for r300483 (which is a fixup for r300473).Evgeniy Stepanov2017-04-181-4/+5
* Update suspended threads info to be compatible with darwinFrancis Ricci2017-04-174-37/+119
* Fixup for r300473: Use %lu on Linux for tid_t in format strings.Kuba Mracek2017-04-171-3/+3
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-1720-41/+45
* Don't read non-readable address ranges during lsan pointer scanningFrancis Ricci2017-04-177-11/+22
* Scan Kernel Alloc Once page for global pointersFrancis Ricci2017-04-171-1/+27
* [profile] Sync up InstrProfData.inc (NFC)Vedant Kumar2017-04-151-6/+6