summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-10-22[sanitizer] Intercept initgroups.Evgeniy Stepanov
2013-10-21[lsan] When detect_leaks=false, be completely silent.Sergey Matveev
2013-10-21Use internal_memset to initialize this variable.Peter Collingbourne
2013-10-21[asan] count the size of QuarantineBatch in the total Quarantine size; make Q...Kostya Serebryany
2013-10-21tsan: fix strerror interceptor (eliminate false positives)Dmitry Vyukov
2013-10-20Runtime support for the indirect function call checker.Peter Collingbourne
2013-10-20[ubsan] Introduce %clangxx substitution for all C++ tests.Peter Collingbourne
2013-10-18[asan] fix stack trace printing on MacKostya Serebryany
2013-10-18[asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to ...Kostya Serebryany
2013-10-18[asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany
2013-10-18[ASan] fix compilation of sanitizer_platform_limits_posix.cc on OSX.Alexander Potapenko
2013-10-18[ASan] fix compilation of atexit_stats.cc on OSXAlexander Potapenko
2013-10-18[sanitizer] Fix OSX build some more.Evgeniy Stepanov
2013-10-18[sanitizer] Fix OSX build.Evgeniy Stepanov
2013-10-18[sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs.Evgeniy Stepanov
2013-10-18[asan] fix a test on MacKostya Serebryany
2013-10-18[sanitizer] Intercept getmntent, getmntent_r.Evgeniy Stepanov
2013-10-18[asan] fix atexit statsKostya Serebryany
2013-10-17Make the big array in the UBSan C++ runtime be zero-initialized to dramaticallyRichard Smith
2013-10-17[ASan] fix assign_large_valloc_to_global.cc to use the correct header for val...Alexander Potapenko
2013-10-17[asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1Kostya Serebryany
2013-10-17[sanitizer] Fix unpoisoning of msghdr::msg_name in recvmsg interceptor.Evgeniy Stepanov
2013-10-17[asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany
2013-10-17[Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common int...Alexey Samsonov
2013-10-17tsan: merge 2 similar tests into 1Dmitry Vyukov
2013-10-17tsan: add a test for __tsan_default_options()Dmitry Vyukov
2013-10-17Use configured PYTHON in asan lit tests.Will Dietz
2013-10-16tsan: revert variable name change in testDmitry Vyukov
2013-10-16tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov
2013-10-16[asan] introduce run-time flag 'poison_partial' Kostya Serebryany
2013-10-16[Sanitizer] Fix lint checker script on MacAlexey Samsonov
2013-10-16tsan: refactor libignore implementationDmitry Vyukov
2013-10-16[TSan] Extend test for reporting globals with races on themAlexey Samsonov
2013-10-16[asan] Remove CallocOverflow32 test from asan_test.Evgeniy Stepanov
2013-10-16[msan] Handle origins in __sanitizer_unaligned_(load|store)*.Evgeniy Stepanov
2013-10-16Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov
2013-10-15[lsan] Fix bug when discovering indirectly leaked objects.Sergey Matveev
2013-10-15tsan: introduce __tsan_default_options() functionDmitry Vyukov
2013-10-15tsan: be silent if verbosity=0Dmitry Vyukov
2013-10-15tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov
2013-10-15tsan: actually parse verbofity flagDmitry Vyukov
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-10-15tsan: do not leave trash source files in source dirDmitry Vyukov
2013-10-15tsan: refactor overly-complex logical conditionDmitry Vyukov
2013-10-15tsan: fix Go buildDmitry Vyukov
2013-10-15tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov
2013-10-15tsan: do not build llvm from scratch on each presubmitDmitry Vyukov
2013-10-15tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov
2013-10-15[msan] Remove CallocOverflow test.Evgeniy Stepanov
2013-10-15Clean up StopTheWorld code after r192686.Sergey Matveev