summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] Delete unused functionAlexey Samsonov2013-04-232-15/+0
* [sanitizer] Fix lint.Evgeniy Stepanov2013-04-223-8/+11
* Improve performance of file I/O.Bill Wendling2013-04-221-17/+21
* Fixup for r179843: add missing headerAlexey Samsonov2013-04-191-0/+1
* [ASan] Make init-order checker allow access to already initialized globals.Alexey Samsonov2013-04-196-11/+90
* [TSan] Allocate fd table in user heap instead of using internal allocator. We...Alexey Samsonov2013-04-191-2/+3
* [Sanitizer] Rework r176802: share code between Printf and Report and simplify...Alexey Samsonov2013-04-181-55/+55
* [Sanitizer] Don't die in symbolizer if it can't read /proc/self/exe linkAlexey Samsonov2013-04-181-1/+6
* Wrap macro invocations in braces to supress 'suggest braces around empty body...Andy Gibbs2013-04-161-10/+20
* [asan] Fix spelling in asan_rtl.cc Test commit.Sergey Matveev2013-04-161-2/+2
* [msan] Fix gcc build of msan_test.Evgeniy Stepanov2013-04-161-10/+13
* [sanitizer] Implement wait4 and waitpid syscall hooks.Evgeniy Stepanov2013-04-162-4/+43
* [msan] Fix sigaction test.Evgeniy Stepanov2013-04-151-0/+6
* [msan] Really disable replacement new and delete.Evgeniy Stepanov2013-04-151-0/+4
* [sanitizer] Add syscall handlers to ASan and TSan runtimes.Evgeniy Stepanov2013-04-123-0/+35
* [sanitizer] More syscall handler placeholders.Evgeniy Stepanov2013-04-122-238/+760
* Finally drop the 'static' from INLINE and ALWAYS_INLINETimur Iskhodzhanov2013-04-121-2/+2
* [MSan] Demangle function name in description of stack originAlexey Samsonov2013-04-121-1/+1
* [MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsan...Alexey Samsonov2013-04-122-5/+1
* [TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread ...Alexey Samsonov2013-04-121-2/+0
* [asan] inline flags(), up to 1% perf gain on malloc-intensive codeKostya Serebryany2013-04-112-6/+5
* [asan] make heavy_uar_test even heavierKostya Serebryany2013-04-111-5/+13
* Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov2013-04-116-53/+52
* [asan] improve the UAR reporting (try harder to find the correct frame), try ...Kostya Serebryany2013-04-112-20/+21
* [sanitizer] Syscall hooks.Evgeniy Stepanov2013-04-115-1/+435
* [asan] make heavy_uar_test a bit more heavy and fix he fake stack to pass thi...Kostya Serebryany2013-04-112-5/+8
* [ASan] test source-based init-order blacklisting added in r179280Alexey Samsonov2013-04-113-1/+15
* [asan] fix use-after-return functionality (PR15672) and enable the correspond...Kostya Serebryany2013-04-112-11/+21
* [ASan] Symbolize correct address when printint error summaryAlexey Samsonov2013-04-111-1/+2
* [asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany2013-04-114-85/+108
* [asan] add heavy_uar_test (disabled); fix lintKostya Serebryany2013-04-112-2/+48
* [ASan] Do not check the shadow of NULL argument in the time() interceptor.Alexander Potapenko2013-04-102-1/+21
* [asan] implement callbacks for unaligned loads/storesKostya Serebryany2013-04-103-0/+111
* [ASan] fix a typo in legend in error reportAlexey Samsonov2013-04-101-2/+2
* [sanitizer] Interceptors for wait*.Evgeniy Stepanov2013-04-099-31/+164
* [msan] Intercept glob() with tests.Evgeniy Stepanov2013-04-0913-1/+118
* [Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...Alexey Samsonov2013-04-093-3/+9
* [asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lintKostya Serebryany2013-04-093-5/+5
* Revert r179012: "[msan] Intercept glob()."Chandler Carruth2013-04-084-54/+1
* [libsymbolized] If we can't find an address in the list of shared libraries, ...Alexander Potapenko2013-04-084-1/+86
* [msan] Interceptors for pipe2 and socketpair.Evgeniy Stepanov2013-04-082-0/+39
* [msan] Intercept glob().Evgeniy Stepanov2013-04-084-1/+54
* [tsan] Fix build.Evgeniy Stepanov2013-04-083-1/+3
* [sanitizer] Fix boundary condition in LargeMmapAllocator::GetBlockBegin. Patc...Kostya Serebryany2013-04-082-2/+9
* [msan] Intercept time().Evgeniy Stepanov2013-04-083-1/+29
* [asan] make huge_negative_hea_oob more meaningfulKostya Serebryany2013-04-051-1/+4
* [asan] add a test for huge left oobKostya Serebryany2013-04-051-0/+10
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-0511-22/+22
* [msan] Fix sigaction interceptor.Evgeniy Stepanov2013-04-052-4/+14
* [msan] Conditionally disable new() and delete() wrappers.Evgeniy Stepanov2013-04-052-1/+6