summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-22[sanitizer] Allow the sanitizer allocator to use a non-fixed address range. A...Kostya Serebryany
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-04-21[tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka
2016-04-21[sanitizer] Use pthread_threadid_np as thread ID on OS XKuba Brecka
2016-04-20[sanitizer] update the sanitizer_allocator_testlibKostya Serebryany
2016-04-20[asan] Increase LocatePcInTrace threshold.Evgeniy Stepanov
2016-04-20[asan] Add __strdup interceptor.Evgeniy Stepanov
2016-04-20[msan] Implement GetPageSize in the test.Evgeniy Stepanov
2016-04-20builtins: fix -Werror,-Wunused-variable warningSaleem Abdulrasool
2016-04-20builtins: remove use of __attribute__((pcs("aapcs"))) on WindowsSaleem Abdulrasool
2016-04-20Always inlining PrintCurrentStackSlow of tsan library to fix tail-call issueChuang-Yu Cheng
2016-04-20[sanitizer] Fix 'dyld: Symbol not found: _dyldVersionNumber' link error on ol...Maxim Ostapenko
2016-04-19[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2016-04-18[msan] Don't hardcode 4kiB page size in msan_test.cc.Marcin Koscielnicki
2016-04-18[MSan] [PowerPC] Add loadable library name for testing.Marcin Koscielnicki
2016-04-18[asan] [SystemZ] Add slop for stack address detection.Marcin Koscielnicki
2016-04-16[sanitizers] Fixup to r266494; the Unit test should not run on WindowsAnna Zaks
2016-04-16[sanitizers] Fixup r266494; make it build on Linux.Anna Zaks
2016-04-15[sanitizers] Teach the internal demangler about Swift namesAnna Zaks
2016-04-15[sanitizer] [SystemZ] Enable UBSan.Marcin Koscielnicki
2016-04-15[sanitizers] [SystemZ] Introduce sanitizer_linux_s390.cc.Marcin Koscielnicki
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-14Fix StaticAnalyzer complaints. NFC.George Burgess IV
2016-04-14[sanitizer] [SystemZ] Fix stack traces.Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Add/fix kernel and libc type definitions.Marcin Koscielnicki
2016-04-14[sanitizer] remove FreeBSD PS_STRINGS fallbackEd Maste
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Add virtual space size.Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Implement internal_mmap.Marcin Koscielnicki
2016-04-14asan: fix buildDmitry Vyukov
2016-04-14asan: fix out-of-bounds access in quarantineDmitry Vyukov
2016-04-14[tsan] Fix size reporting for OS X zone allocator with 0-sized allocationsKuba Brecka
2016-04-13[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov
2016-04-12[tsan] Fix a crash with dispatch_source_set_cancel_handler(NULL) on OS XKuba Brecka
2016-04-11[sanitizer] Restore stderr when using forkpty() to spawn external symbolizerKuba Brecka
2016-04-07[sanitizer] Add early call handling to strlen interceptorDerek Bruening
2016-04-07[tsan] Add support for OS X OSAtomic* functionsKuba Brecka
2016-04-07[tsan] Add TSan __tsan_atomic* functions to tsan_interface.hKuba Brecka
2016-04-07[tsan] Add interceptors for dispatch_applyKuba Brecka
2016-04-07[tsan] Add XPC support (OS X)Kuba Brecka
2016-04-07[tsan] Add support for dispatch event sourcesKuba Brecka
2016-04-07[tsan] Fix synchronization in dispatch_syncKuba Brecka
2016-04-06sync up with master copyXinliang David Li
2016-04-05[tsan] Fix freebsd build.Yabin Cui
2016-04-04[tsan] Disable randomized address space on aarch64 linux.Yabin Cui
2016-04-04tsan: fix ignore handling in signal handlersDmitry Vyukov
2016-04-03[sanitizer] Make AtosSymbolizer more resilient when symbolicating a zero addressKuba Brecka
2016-04-01Fix warnings uncovered by building with clang-clReid Kleckner
2016-04-01Fix a load of -Wunknown-pragma warnings from clang-clReid Kleckner
2016-03-29[Darwin] [Builtins] Cleaning up OS X exclude lists. NFC.Chris Bieneman