summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* Merge r182726:release_33Bill Wendling2013-06-042-3/+3
* [asan] Common flags in ASan.Sergey Matveev2013-05-062-0/+34
* asan: fix windows buildDmitry Vyukov2013-04-301-0/+4
* asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...Dmitry Vyukov2013-04-301-0/+5
* asna/tsan/msan: fix wait() interceptors to allow NULL argumentsDmitry Vyukov2013-04-291-5/+7
* Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...Sergey Matveev2013-04-263-20/+0
* [sanitizer] Clear LD_PRELOAD when forking an external symbolizer.Sergey Matveev2013-04-263-0/+20
* tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they...Dmitry Vyukov2013-04-241-0/+4
* [sanitizer] Intercept inet_pton and inet_ntop.Evgeniy Stepanov2013-04-234-1/+45
* Revert r180082 and add a test for SetEnv functionAlexey Samsonov2013-04-233-0/+24
* [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}.Evgeniy Stepanov2013-04-234-14/+61
* [msan] Allow clock_getres(, 0).Evgeniy Stepanov2013-04-231-1/+1
* [Sanitizer] Delete unused functionAlexey Samsonov2013-04-232-15/+0
* [sanitizer] Fix lint.Evgeniy Stepanov2013-04-222-3/+2
* [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
* [sanitizer] Implement wait4 and waitpid syscall hooks.Evgeniy Stepanov2013-04-161-0/+38
* [sanitizer] More syscall handler placeholders.Evgeniy Stepanov2013-04-121-4/+4
* Finally drop the 'static' from INLINE and ALWAYS_INLINETimur Iskhodzhanov2013-04-121-2/+2
* [sanitizer] Syscall hooks.Evgeniy Stepanov2013-04-112-0/+103
* [ASan] Do not check the shadow of NULL argument in the time() interceptor.Alexander Potapenko2013-04-101-1/+1
* [sanitizer] Interceptors for wait*.Evgeniy Stepanov2013-04-094-1/+63
* [msan] Intercept glob() with tests.Evgeniy Stepanov2013-04-092-1/+49
* [Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...Alexey Samsonov2013-04-091-1/+2
* [asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lintKostya Serebryany2013-04-091-1/+1
* Revert r179012: "[msan] Intercept glob()."Chandler Carruth2013-04-082-50/+1
* [libsymbolized] If we can't find an address in the list of shared libraries, ...Alexander Potapenko2013-04-081-1/+16
* [msan] Intercept glob().Evgeniy Stepanov2013-04-082-1/+50
* [tsan] Fix build.Evgeniy Stepanov2013-04-081-1/+1
* [sanitizer] Fix boundary condition in LargeMmapAllocator::GetBlockBegin. Patc...Kostya Serebryany2013-04-082-2/+9
* [msan] Intercept time().Evgeniy Stepanov2013-04-082-1/+21
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-051-1/+1
* [Sanitizer] enquote the module name when passing it to external symbolizerAlexey Samsonov2013-04-051-1/+1
* Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Ma...Alexey Samsonov2013-04-053-13/+12
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-052-0/+5
* [sanitizer] Android lacks ucontext_t definition.Evgeniy Stepanov2013-04-042-1/+10
* [sanitizer] Use ucontext_t instead of "struct ucontext".Evgeniy Stepanov2013-04-042-2/+2
* [msan] Unpoison siginfo_t and ucontext_t in signal handlers.Evgeniy Stepanov2013-04-042-1/+35
* [sanitizer] while doing fast unwinding make sure that the frame pointer is al...Kostya Serebryany2013-04-042-4/+23
* [Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.Alexey Samsonov2013-04-032-7/+7
* [Sanitizer] Be more careful with arch-specific defines in StopTheWorld codeAlexey Samsonov2013-04-032-4/+7
* [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov2013-04-0311-22/+23
* [Sanitizer] Fix StopTheWorld includes on Android. Patch by Sergey Matveev.Alexey Samsonov2013-04-031-6/+18
* [sanitizer] More interceptors.Evgeniy Stepanov2013-04-014-1/+148
* [libsanitizer] Run the callback on a separate stack in StopTheWorld.Alexander Potapenko2013-04-011-7/+27
* [libsanitizer] Added data() and capacity() getters to InternalVector.Alexander Potapenko2013-04-011-0/+6
* [libsanitizer] Add register dumping support to SuspendedThreadsList.Alexander Potapenko2013-04-012-8/+32
* [tsan] restore performance critical inlining in tsan: remove static from ALWA...Kostya Serebryany2013-03-291-1/+1
* [Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKsAlexey Samsonov2013-03-291-2/+2