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