summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* [asan] fix atexit statsKostya Serebryany2013-10-18
* Make the big array in the UBSan C++ runtime be zero-initialized to dramaticallyRichard Smith2013-10-17
* [ASan] fix assign_large_valloc_to_global.cc to use the correct header for val...Alexander Potapenko2013-10-17
* [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1Kostya Serebryany2013-10-17
* [sanitizer] Fix unpoisoning of msghdr::msg_name in recvmsg interceptor.Evgeniy Stepanov2013-10-17
* [asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany2013-10-17
* [Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common int...Alexey Samsonov2013-10-17
* tsan: merge 2 similar tests into 1Dmitry Vyukov2013-10-17
* tsan: add a test for __tsan_default_options()Dmitry Vyukov2013-10-17
* Use configured PYTHON in asan lit tests.Will Dietz2013-10-17
* tsan: revert variable name change in testDmitry Vyukov2013-10-16
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-16
* [asan] introduce run-time flag 'poison_partial' Kostya Serebryany2013-10-16
* [Sanitizer] Fix lint checker script on MacAlexey Samsonov2013-10-16
* tsan: refactor libignore implementationDmitry Vyukov2013-10-16
* [TSan] Extend test for reporting globals with races on themAlexey Samsonov2013-10-16
* [asan] Remove CallocOverflow32 test from asan_test.Evgeniy Stepanov2013-10-16
* [msan] Handle origins in __sanitizer_unaligned_(load|store)*.Evgeniy Stepanov2013-10-16
* Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov2013-10-16
* [lsan] Fix bug when discovering indirectly leaked objects.Sergey Matveev2013-10-15
* tsan: introduce __tsan_default_options() functionDmitry Vyukov2013-10-15
* tsan: be silent if verbosity=0Dmitry Vyukov2013-10-15
* tsan: remove __sanitizer_set_report_fd function from public interfaceDmitry Vyukov2013-10-15
* tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov2013-10-15
* tsan: actually parse verbofity flagDmitry Vyukov2013-10-15
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-15
* tsan: do not leave trash source files in source dirDmitry Vyukov2013-10-15
* tsan: refactor overly-complex logical conditionDmitry Vyukov2013-10-15
* tsan: fix Go buildDmitry Vyukov2013-10-15
* tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov2013-10-15
* tsan: do not build llvm from scratch on each presubmitDmitry Vyukov2013-10-15
* tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov2013-10-15
* [msan] Remove CallocOverflow test.Evgeniy Stepanov2013-10-15
* Clean up StopTheWorld code after r192686.Sergey Matveev2013-10-15
* tsan: resolve symlinks for called_from_lib suppressionsDmitry Vyukov2013-10-15
* [msan] Implement allocator_may_return_null=1 in MemorySanitizer.Evgeniy Stepanov2013-10-15
* tsan: implement internal syscall-based versions of sigaction/sigprocmaskDmitry Vyukov2013-10-15
* Fix a typo.Evgeniy Stepanov2013-10-15
* [ASan] Make test from r192581 Linux-only, as wild memory contents is less pre...Alexey Samsonov2013-10-15
* [msan] Test for r192599.Evgeniy Stepanov2013-10-14
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-14
* [msan] Remove a long-outdated comment.Evgeniy Stepanov2013-10-14
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-14
* [msan] Intercept strto(d|f|ld)_l and glibc-specific __strto(d|f|ld)_l.Evgeniy Stepanov2013-10-14
* [ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov2013-10-14
* [msan] Regression test for r192575.Evgeniy Stepanov2013-10-14
* tsan: allow to override OnPrint() callback in Go runtimeDmitry Vyukov2013-10-14
* [Sanitizer] Return implementation of StackTrace::CopyFrom to headerAlexey Samsonov2013-10-14
* tsan: allow to override OnFinalize() in front-ends that does not support weak...Dmitry Vyukov2013-10-14
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-12