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