summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-06-07Drop support for 32-bit PowerPC in sanitizer tools.Alexey Samsonov
2013-06-07[ASan] create separate configs for running ASan lit tests in both 32- and 64-...Alexey Samsonov
2013-06-06[lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions.Sergey Matveev
2013-06-06tsan: use memory access size for Go after allDmitry Vyukov
2013-06-06[sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()Sergey Matveev
2013-06-06[lsan] Implement __lsan_ignore_object().Sergey Matveev
2013-06-06[ASan] make pthread_getschedparam test more robustAlexey Samsonov
2013-06-06Simplify lit configs for asan/lsan/msan unit testsAlexey Samsonov
2013-06-06tsan: always strip bottom frame in Go reportsDmitry Vyukov
2013-06-06Remove a bunch of copy-paste: use common config for sanitizer lit/unit testsAlexey Samsonov
2013-06-06tsan: fix darwin Go crashesDmitry Vyukov
2013-06-06tsan: fix darwin Go buildDmitry Vyukov
2013-06-06[ASan] create common autogenerated config for running compiler-rt unit tests,...Alexey Samsonov
2013-06-06[ASan] lit tests: create common autogenerated config for running compiler-rt ...Alexey Samsonov
2013-06-06[ASan] move all lit_tests under TestCasesAlexey Samsonov
2013-06-06[ASan] Add a few tests for use-after-scope modeAlexey Samsonov
2013-06-06[ASan] One more fix for realloc: check that reallocated chunk is valid before...Alexey Samsonov
2013-06-06[ASan] make free_hook_realloc test more robustAlexey Samsonov
2013-06-04[sanitizer] Fix windows build.Evgeniy Stepanov
2013-06-04[sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov
2013-06-04[msan] Implement __sanitizer_unaligned_*.Evgeniy Stepanov
2013-06-04Call __asan_free_hook() before marking the chunk quarantinnedAlexey Samsonov
2013-06-04[asan] Fix invalid thread registry access when checking if LSan is disabled.Sergey Matveev
2013-06-04Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a co...Timur Iskhodzhanov
2013-06-03[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany
2013-06-03[lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev
2013-06-03[sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11.Sergey Matveev
2013-05-31[ASan] Do not buffer stdin in asan_symbolize.pyAlexander Potapenko
2013-05-31[lsan] Added a dummy unittest to suppress LIT warnings.Sergey Matveev
2013-05-31[lsan] Run the leak detection tests under both ASan and LSan.Sergey Matveev
2013-05-31[msan] Fix gcc build of msan runtime.Evgeniy Stepanov
2013-05-31[msan] Handle mixed track-origins and keep-going settings (compiler-rt part).Evgeniy Stepanov
2013-05-31[sanitizer] Fix r182994 - update test.Sergey Matveev
2013-05-31[lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.Sergey Matveev
2013-05-31[sanitizer] Fix wrong size of addrinfo::ai_addrlen.Evgeniy Stepanov
2013-05-30[asan] workaround for the quemu bug in proc maps (http://code.google.com/p/ad...Kostya Serebryany
2013-05-30Fix #if guards in sanitizer_common codeAlexey Samsonov
2013-05-30[sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, re...Kostya Serebryany
2013-05-30[ASan] Minor cleanup: remove a couple of unused variables.Alexander Potapenko
2013-05-29Replaced 'bool .* = 0;' with '... = false;'Timur Iskhodzhanov
2013-05-29[asan] Fix r182858.Sergey Matveev
2013-05-29[asan] Fix r182854: run the unpoison_tls test only on Linux.Sergey Matveev
2013-05-29Fix MSVC W3 compiler warningsTimur Iskhodzhanov
2013-05-29[asan] Make ASan report the correct thread address ranges to LSan.Sergey Matveev
2013-05-29[sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...Sergey Matveev
2013-05-29[sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr s...Evgeniy Stepanov
2013-05-29[nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne
2013-05-29Fix MSVC warnings at the -W2 levelTimur Iskhodzhanov
2013-05-29[sanitizer] Fix Mac build.Evgeniy Stepanov
2013-05-29[sanitizer] Intercept getpeername.Evgeniy Stepanov