summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge r182726:release_33Bill Wendling2013-06-0416-52/+60
* Creating release_33 branchBill Wendling2013-05-070-0/+0
* [msan] Common flags in MSan.Sergey Matveev2013-05-064-22/+20
* [asan] Common flags in ASan.Sergey Matveev2013-05-068-43/+69
* I was wrong in my testing.Bill Wendling2013-05-033-5/+0
* Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...Bill Wendling2013-05-033-0/+5
* Rewrite sw_vers makefile check to avoid error message on Linux.Bob Wilson2013-04-301-3/+1
* asan: fix windows buildDmitry Vyukov2013-04-301-0/+4
* tsan: comment out debug output in testDmitry Vyukov2013-04-301-5/+3
* asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...Dmitry Vyukov2013-04-301-0/+5
* tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)Dmitry Vyukov2013-04-302-2/+41
* tsan: reverse stack trace for failed CHECK's, this is how we print traces in ...Dmitry Vyukov2013-04-301-0/+5
* tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...Dmitry Vyukov2013-04-307-2/+303
* asna/tsan/msan: fix wait() interceptors to allow NULL argumentsDmitry Vyukov2013-04-291-5/+7
* Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...Sergey Matveev2013-04-263-20/+0
* [sanitizer] Clear LD_PRELOAD when forking an external symbolizer.Sergey Matveev2013-04-263-0/+20
* Add -fno-rtti to ASan runtime cflags on Android.Evgeniy Stepanov2013-04-251-1/+1
* [ASan] Add allow_user_segv_handler to let users override SEGV handler install...Alexey Samsonov2013-04-254-2/+48
* tsan: add a test that used to crash, fixed by r180180.Dmitry Vyukov2013-04-251-0/+24
* tsan: fix stack traces for malloc and freeDmitry Vyukov2013-04-242-0/+29
* tsan: run tests sequentially otherwise cmake says:Dmitry Vyukov2013-04-241-2/+3
* tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they...Dmitry Vyukov2013-04-242-1/+12
* tsan: fix crash when data race happens on out-of-bounds accesses.Dmitry Vyukov2013-04-243-4/+9
* Use the new iOS deployment target command-line options.Bob Wilson2013-04-231-3/+3
* tsan: support heap starting at 0x04c0 (used in some custom deplyments)Dmitry Vyukov2013-04-231-2/+2
* tsan: update Go memory mapping, Go now uses 0x00c0 heap baseDmitry Vyukov2013-04-231-6/+6
* [sanitizer] Intercept inet_pton and inet_ntop.Evgeniy Stepanov2013-04-237-1/+65
* [ASan] Disable strict-init-order checker once we have more than one thread, a...Alexey Samsonov2013-04-232-1/+10
* [MSan] Make a few interface functions accept 'const void *' instead of 'void*'Alexey Samsonov2013-04-234-18/+18
* [msan] Unpoison the result of posix_memalign.Evgeniy Stepanov2013-04-232-1/+12
* Revert r180082 and add a test for SetEnv functionAlexey Samsonov2013-04-233-0/+24
* [ASan] Make wait.cc more Darwin-compatible: fix the header name and the CHECK...Alexander Potapenko2013-04-231-3/+3
* [ASan] Disable AddressSanitizer.AllocDeallocMismatch on Darwin.Alexander Potapenko2013-04-231-1/+3
* [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}.Evgeniy Stepanov2013-04-237-14/+82
* [msan] Allow clock_getres(, 0).Evgeniy Stepanov2013-04-232-1/+13
* [Sanitizer] Delete unused functionAlexey Samsonov2013-04-232-15/+0
* [sanitizer] Fix lint.Evgeniy Stepanov2013-04-223-8/+11
* Improve performance of file I/O.Bill Wendling2013-04-221-17/+21
* Fixup for r179843: add missing headerAlexey Samsonov2013-04-191-0/+1
* [ASan] Make init-order checker allow access to already initialized globals.Alexey Samsonov2013-04-196-11/+90
* [TSan] Allocate fd table in user heap instead of using internal allocator. We...Alexey Samsonov2013-04-191-2/+3
* [Sanitizer] Rework r176802: share code between Printf and Report and simplify...Alexey Samsonov2013-04-181-55/+55
* [Sanitizer] Don't die in symbolizer if it can't read /proc/self/exe linkAlexey Samsonov2013-04-181-1/+6
* Wrap macro invocations in braces to supress 'suggest braces around empty body...Andy Gibbs2013-04-161-10/+20
* [asan] Fix spelling in asan_rtl.cc Test commit.Sergey Matveev2013-04-161-2/+2
* [msan] Fix gcc build of msan_test.Evgeniy Stepanov2013-04-161-10/+13
* [sanitizer] Implement wait4 and waitpid syscall hooks.Evgeniy Stepanov2013-04-162-4/+43
* [msan] Fix sigaction test.Evgeniy Stepanov2013-04-151-0/+6
* [msan] Really disable replacement new and delete.Evgeniy Stepanov2013-04-151-0/+4
* [sanitizer] Add syscall handlers to ASan and TSan runtimes.Evgeniy Stepanov2013-04-123-0/+35