summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* [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: 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