summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-03Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...Bill Wendling
2013-04-30Rewrite sw_vers makefile check to avoid error message on Linux.Bob Wilson
2013-04-30asan: fix windows buildDmitry Vyukov
2013-04-30tsan: comment out debug output in testDmitry Vyukov
2013-04-30asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...Dmitry Vyukov
2013-04-30tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)Dmitry Vyukov
2013-04-30tsan: reverse stack trace for failed CHECK's, this is how we print traces in ...Dmitry Vyukov
2013-04-30tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...Dmitry Vyukov
2013-04-29asna/tsan/msan: fix wait() interceptors to allow NULL argumentsDmitry Vyukov
2013-04-26Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...Sergey Matveev
2013-04-26[sanitizer] Clear LD_PRELOAD when forking an external symbolizer.Sergey Matveev
2013-04-25Add -fno-rtti to ASan runtime cflags on Android.Evgeniy Stepanov
2013-04-25[ASan] Add allow_user_segv_handler to let users override SEGV handler install...Alexey Samsonov
2013-04-25tsan: add a test that used to crash, fixed by r180180.Dmitry Vyukov
2013-04-24tsan: fix stack traces for malloc and freeDmitry Vyukov
2013-04-24tsan: run tests sequentially otherwise cmake says:Dmitry Vyukov
2013-04-24tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they...Dmitry Vyukov
2013-04-24tsan: fix crash when data race happens on out-of-bounds accesses.Dmitry Vyukov
2013-04-23Use the new iOS deployment target command-line options.Bob Wilson
2013-04-23tsan: support heap starting at 0x04c0 (used in some custom deplyments)Dmitry Vyukov
2013-04-23tsan: update Go memory mapping, Go now uses 0x00c0 heap baseDmitry Vyukov
2013-04-23[sanitizer] Intercept inet_pton and inet_ntop.Evgeniy Stepanov
2013-04-23[ASan] Disable strict-init-order checker once we have more than one thread, a...Alexey Samsonov
2013-04-23[MSan] Make a few interface functions accept 'const void *' instead of 'void*'Alexey Samsonov
2013-04-23[msan] Unpoison the result of posix_memalign.Evgeniy Stepanov
2013-04-23Revert r180082 and add a test for SetEnv functionAlexey Samsonov
2013-04-23[ASan] Make wait.cc more Darwin-compatible: fix the header name and the CHECK...Alexander Potapenko
2013-04-23[ASan] Disable AddressSanitizer.AllocDeallocMismatch on Darwin.Alexander Potapenko
2013-04-23[sanitizer] Intercept getgrnam{_r}, getgrgid{_r}.Evgeniy Stepanov
2013-04-23[msan] Allow clock_getres(, 0).Evgeniy Stepanov
2013-04-23[Sanitizer] Delete unused functionAlexey Samsonov
2013-04-22[sanitizer] Fix lint.Evgeniy Stepanov
2013-04-22Improve performance of file I/O.Bill Wendling
2013-04-19Fixup for r179843: add missing headerAlexey Samsonov
2013-04-19[ASan] Make init-order checker allow access to already initialized globals.Alexey Samsonov
2013-04-19[TSan] Allocate fd table in user heap instead of using internal allocator. We...Alexey Samsonov
2013-04-18[Sanitizer] Rework r176802: share code between Printf and Report and simplify...Alexey Samsonov
2013-04-18[Sanitizer] Don't die in symbolizer if it can't read /proc/self/exe linkAlexey Samsonov
2013-04-16Wrap macro invocations in braces to supress 'suggest braces around empty body...Andy Gibbs
2013-04-16[asan] Fix spelling in asan_rtl.cc Test commit.Sergey Matveev
2013-04-16[msan] Fix gcc build of msan_test.Evgeniy Stepanov
2013-04-16[sanitizer] Implement wait4 and waitpid syscall hooks.Evgeniy Stepanov
2013-04-15[msan] Fix sigaction test.Evgeniy Stepanov
2013-04-15[msan] Really disable replacement new and delete.Evgeniy Stepanov
2013-04-12[sanitizer] Add syscall handlers to ASan and TSan runtimes.Evgeniy Stepanov
2013-04-12[sanitizer] More syscall handler placeholders.Evgeniy Stepanov
2013-04-12Finally drop the 'static' from INLINE and ALWAYS_INLINETimur Iskhodzhanov
2013-04-12[MSan] Demangle function name in description of stack originAlexey Samsonov
2013-04-12[MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsan...Alexey Samsonov
2013-04-12[TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread ...Alexey Samsonov