summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-28[tsan] Fix Darwin GCD support after separation of Processor and ThreadStateKuba Brecka
2016-04-27[MSan] [PowerPC] Dereference function descriptors when recording stack origins.Marcin Koscielnicki
2016-04-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-27[sanitizer] Add early call handling to strchr + strrchr interceptorsDerek Bruening
2016-04-27[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-27tsan: fix windows supportDmitry Vyukov
2016-04-27tsan: fix darwin Go supportDmitry Vyukov
2016-04-27tsan: fix windows Go supportDmitry Vyukov
2016-04-27tsan: fix darwin Go buildDmitry Vyukov
2016-04-27tsan: make windows shadow mapping a bijectionDmitry Vyukov
2016-04-27tsan: fix build Dmitry Vyukov
2016-04-27tsan: fix darwin Go buildDmitry Vyukov
2016-04-27tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov
2016-04-27tsan: fix windows buildDmitry Vyukov
2016-04-27tsan: fix windows buildDmitry Vyukov
2016-04-27tsan: add missing fileDmitry Vyukov
2016-04-27tsan: fix compiler warningDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-04-26[sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-04-26[sanitizer] [SystemZ] Implement internal_clone.Marcin Koscielnicki
2016-04-26Revert "[sanitizers] read/write page fault detection on mac."Mehdi Amini
2016-04-25[MSan] Use COMMON_INTERCEPTOR_ENTER in libdl interceptors.Marcin Koscielnicki
2016-04-25[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-25[esan] Fix uninitialized warning from interception contextDerek Bruening
2016-04-23[esan] EfficiencySanitizer libc interceptorsDerek Bruening
2016-04-23[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...Kostya Serebryany
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-04-22[sanitizer] partially un-revert r267094: Allow the sanitizer allocator to use...Kostya Serebryany
2016-04-22[sanitizer] revert r267203 as it breaks aarch64 botsKostya Serebryany
2016-04-22[sanitizer] allow zero first parameter in MmapNoAccess; This is a part of r26...Kostya Serebryany
2016-04-22Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin
2016-04-22Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address ...Renato Golin
2016-04-22[ASAN] Use struct instead of array in sancov.pySagar Thakur
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