summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-18[msan] Missing declarations for the new interface functions.Evgeniy Stepanov
2014-04-18[msan] Add new MSan callbacks for instrumentation-with-calls mode.Evgeniy Stepanov
2014-04-17[ASan] Change AddressSanitizer.LoadStoreCallbacks to use asan_malloc and asan...Alexander Potapenko
2014-04-17[asan] fix a bug in outlined asan checks and in the corresponding test (ouch)Kostya Serebryany
2014-04-16Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...Alexey Samsonov
2014-04-16[asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany
2014-04-16[asan] try to harden __tls_get_addr interceptor against signals (no good test...Kostya Serebryany
2014-04-15[asan] fix the alloctor code to not use opaque data structure, which was larg...Kostya Serebryany
2014-04-15[ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.Alexander Potapenko
2014-04-15[asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)Kostya Serebryany
2014-04-14sanitizer_atomic_msvc.h: add atomic_fetch_{add,sub} overloads for uintptr_tHans Wennborg
2014-04-14sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literalsHans Wennborg
2014-04-14[msan] Intercept wcsftime().Evgeniy Stepanov
2014-04-14[asan] added internal flag mmap_limit_mbKostya Serebryany
2014-04-14[asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany
2014-04-14[asan] provide better reports for cases where memcpy/etc get negative size pa...Kostya Serebryany
2014-04-11tsan: serialize report printing in standalone deadlock detectorDmitry Vyukov
2014-04-11tsan: fix vector clocksDmitry Vyukov
2014-04-11tsan: ignore interceptors from symbolizerDmitry Vyukov
2014-04-11[tsan] Fix false positive on xdr*_create.Evgeniy Stepanov
2014-04-11[msan] mprotect() more memory to detect user code outside of application range.Evgeniy Stepanov
2014-04-09Enable building of sanitizers on FreeBSDViktor Kutuzov
2014-04-09Declare _DYNAMIC and dl_phdr_info in asan_linux.cc on FreeBSDViktor Kutuzov
2014-04-04[sanitizer] Intercept a subset of sunrpc interface (xdr_*).Evgeniy Stepanov
2014-04-04[msan] Introduce MsanThread. Move thread-local allocator cache out of TLS.Evgeniy Stepanov
2014-04-04[asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany
2014-04-03[TSan] Fix a rare deadlock on multithreaded fork.Alexey Samsonov
2014-04-03[TSan] Fix a typo ThreadIgnoreSyncEnd. Found by inspectionAlexey Samsonov
2014-04-02[ASan] Fix incompatible runtimes check: don't iterate /proc/self/maps on ever...Alexey Samsonov
2014-04-02[msan] Kill __msan_print_param_shadow.Evgeniy Stepanov
2014-04-02[msan] Add __msan_check_mem_is_initialized.Evgeniy Stepanov
2014-04-02[msan] Precise origin handling in __unaligned_(load|store)*.Evgeniy Stepanov
2014-04-02[ASan] One more attempt to fix Android buildAlexey Samsonov
2014-04-02[msan] clang-format several unit testsEvgeniy Stepanov
2014-04-01Move __addsf3 and __adddf3 into the corresponding blocks that defineJoerg Sonnenberger
2014-04-01[tsan] Remove an accidentally committed debug print.Alexander Potapenko
2014-04-01Add support for IEEE754 quad precision comparison functions.Joerg Sonnenberger
2014-04-01[ASan] Fix Android buildAlexey Samsonov
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-04-01Add FreeBSD support to sanitizers' procmaps facilitiesViktor Kutuzov
2014-04-01Fix definition of the __sanitizer_passwd structure on FreeBSDViktor Kutuzov
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith
2014-03-31[msan] Remove an extra top frame from track-origins=2 reports.Evgeniy Stepanov
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-03-31[TSan] Replace several Printf() calls with Report() to ease debugging.Alexander Potapenko
2014-03-31[sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o...Kostya Serebryany
2014-03-28[sanitizer] Fix Mac build.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept fgetpwent / fgetgrent.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept setpwent/endpwent.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept rand_r.Evgeniy Stepanov