summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* [Sanitizer] Revert r193501 and properly fix r193448Alexey Samsonov2013-10-28
* asan/msan: separate different report blocks with new linesDmitry Vyukov2013-10-28
* tsan: start the background thread with signals blocked, otherwise it can stea...Dmitry Vyukov2013-10-28
* Work around ASan/Win breakage by r193448Timur Iskhodzhanov2013-10-27
* [Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functionsAlexey Samsonov2013-10-26
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-25
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* Rename SpinMutex::AssertHeld to CheckLocked, for consistency with BlockingMutex.Peter Collingbourne2013-10-25
* [sanitizer] Disable tmpnam_r interceptor on Mac.Evgeniy Stepanov2013-10-25
* [sanitizer] Intercept tmpnam, tmpnam_r, tempnam.Evgeniy Stepanov2013-10-25
* [msandr] Add NATIVE_EXEC macro for building client for running in DynamoRIO h...Evgeniy Stepanov2013-10-25
* [sanitizer] Remove pthread_attr_getstackaddr interceptor.Evgeniy Stepanov2013-10-25
* [sanitizer] Fix Android build.Evgeniy Stepanov2013-10-25
* [msan] Zerofill initstate_r buffer in random_r test.Evgeniy Stepanov2013-10-25
* [sanitizer] Intercept pthread_attr_get*.Evgeniy Stepanov2013-10-25
* [msan] Separate access and origin blocks in msan reports with an extra whitel...Evgeniy Stepanov2013-10-25
* tsan: do not crash when apparently bogus fd is passed to e.g. closeDmitry Vyukov2013-10-25
* [sanitizer] Intercept random_r.Evgeniy Stepanov2013-10-25
* Switch __ARM_ARCH_7S__ to __ARM_ARCH_EXT_IDIV__ for use of sdiv/udiv assembly.Stephen Hines2013-10-25
* [sanitizer] Intercept shmctl.Evgeniy Stepanov2013-10-24
* [msan] Unpoison errno in common interceptors.Evgeniy Stepanov2013-10-24
* [msan] Fix invalid origin copying.Evgeniy Stepanov2013-10-24
* [msan] Change wording in the invalid origin message.Evgeniy Stepanov2013-10-24
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-24
* [ASan] ASan can be combined with LSan and UBSan, so export symbol from them a...Alexey Samsonov2013-10-23
* [sanitizer] Fix OSX build.Evgeniy Stepanov2013-10-23
* [sanitizer] Intercept ether_* functions.Evgeniy Stepanov2013-10-23
* tsan: parse symbolize/external_symbolizer_path common flagsDmitry Vyukov2013-10-23
* tsan: fix linux syscall hooksDmitry Vyukov2013-10-23
* Continue to keep 'SUMMARY: ' prefix in lsan. Whoops!Nick Lewycky2013-10-23
* Hoist the addition of the prefix "SUMMARY: " fromNick Lewycky2013-10-23
* Make sure ASan always emits an error summary if it reports an error.Nick Lewycky2013-10-23
* [msan] Drain allocator cache when leaving thread.Evgeniy Stepanov2013-10-22
* [sanitizer] Intercept initgroups.Evgeniy Stepanov2013-10-22
* [lsan] When detect_leaks=false, be completely silent.Sergey Matveev2013-10-21
* Use internal_memset to initialize this variable.Peter Collingbourne2013-10-21
* [asan] count the size of QuarantineBatch in the total Quarantine size; make Q...Kostya Serebryany2013-10-21
* tsan: fix strerror interceptor (eliminate false positives)Dmitry Vyukov2013-10-21
* Runtime support for the indirect function call checker.Peter Collingbourne2013-10-20
* [ubsan] Introduce %clangxx substitution for all C++ tests.Peter Collingbourne2013-10-20
* [asan] fix stack trace printing on MacKostya Serebryany2013-10-18
* [asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to ...Kostya Serebryany2013-10-18
* [asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany2013-10-18
* [ASan] fix compilation of sanitizer_platform_limits_posix.cc on OSX.Alexander Potapenko2013-10-18
* [ASan] fix compilation of atexit_stats.cc on OSXAlexander Potapenko2013-10-18
* [sanitizer] Fix OSX build some more.Evgeniy Stepanov2013-10-18
* [sanitizer] Fix OSX build.Evgeniy Stepanov2013-10-18
* [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs.Evgeniy Stepanov2013-10-18
* [asan] fix a test on MacKostya Serebryany2013-10-18
* [sanitizer] Intercept getmntent, getmntent_r.Evgeniy Stepanov2013-10-18