summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-11Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov
2013-04-11[asan] improve the UAR reporting (try harder to find the correct frame), try ...Kostya Serebryany
2013-04-11[sanitizer] Syscall hooks.Evgeniy Stepanov
2013-04-11[asan] make heavy_uar_test a bit more heavy and fix he fake stack to pass thi...Kostya Serebryany
2013-04-11[ASan] test source-based init-order blacklisting added in r179280Alexey Samsonov
2013-04-11[asan] fix use-after-return functionality (PR15672) and enable the correspond...Kostya Serebryany
2013-04-11[ASan] Symbolize correct address when printint error summaryAlexey Samsonov
2013-04-11[asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany
2013-04-11[asan] add heavy_uar_test (disabled); fix lintKostya Serebryany
2013-04-10[ASan] Do not check the shadow of NULL argument in the time() interceptor.Alexander Potapenko
2013-04-10[asan] implement callbacks for unaligned loads/storesKostya Serebryany
2013-04-10[ASan] fix a typo in legend in error reportAlexey Samsonov
2013-04-09[sanitizer] Interceptors for wait*.Evgeniy Stepanov
2013-04-09[msan] Intercept glob() with tests.Evgeniy Stepanov
2013-04-09[Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...Alexey Samsonov
2013-04-09[asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lintKostya Serebryany
2013-04-08Revert r179012: "[msan] Intercept glob()."Chandler Carruth
2013-04-08[libsymbolized] If we can't find an address in the list of shared libraries, ...Alexander Potapenko
2013-04-08[msan] Interceptors for pipe2 and socketpair.Evgeniy Stepanov
2013-04-08[msan] Intercept glob().Evgeniy Stepanov
2013-04-08[tsan] Fix build.Evgeniy Stepanov
2013-04-08[sanitizer] Fix boundary condition in LargeMmapAllocator::GetBlockBegin. Patc...Kostya Serebryany
2013-04-08[msan] Intercept time().Evgeniy Stepanov
2013-04-05[asan] make huge_negative_hea_oob more meaningfulKostya Serebryany
2013-04-05[asan] add a test for huge left oobKostya Serebryany
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-04-05[msan] Fix sigaction interceptor.Evgeniy Stepanov
2013-04-05[msan] Conditionally disable new() and delete() wrappers.Evgeniy Stepanov
2013-04-05[msan] A runtime option to disable wrapping of signal handlers.Evgeniy Stepanov
2013-04-05[Sanitizer] enquote the module name when passing it to external symbolizerAlexey Samsonov
2013-04-05[ASan] init-order checker tests: move constexpr test that requires -std=c++11...Alexey Samsonov
2013-04-05Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Ma...Alexey Samsonov
2013-04-05[Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov
2013-04-04[TSan] Make path to FileCheck configurableAlexey Samsonov
2013-04-04[asan] nuke the old unused allocator codeKostya Serebryany
2013-04-04[asan] fill first 4K of malloc-ed memory with garbage, implement flags max_ma...Kostya Serebryany
2013-04-04[sanitizer] Android lacks ucontext_t definition.Evgeniy Stepanov
2013-04-04[sanitizer] Use ucontext_t instead of "struct ucontext".Evgeniy Stepanov
2013-04-04[msan] Unpoison siginfo_t and ucontext_t in signal handlers.Evgeniy Stepanov
2013-04-04[sanitizer] while doing fast unwinding make sure that the frame pointer is al...Kostya Serebryany
2013-04-03[Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.Alexey Samsonov
2013-04-03[Sanitizer] Be more careful with arch-specific defines in StopTheWorld codeAlexey Samsonov
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-04-03[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov
2013-04-03[Sanitizer] Fix StopTheWorld includes on Android. Patch by Sergey Matveev.Alexey Samsonov
2013-04-02[TSan] Add the WTFAnnotateBenignRaceSized implementation and a test forAlexander Potapenko
2013-04-01[sanitizer] More interceptors.Evgeniy Stepanov
2013-04-01[libsanitizer] Run the callback on a separate stack in StopTheWorld.Alexander Potapenko
2013-04-01[libsanitizer] Added data() and capacity() getters to InternalVector.Alexander Potapenko
2013-04-01[libsanitizer] Add register dumping support to SuspendedThreadsList.Alexander Potapenko