summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [tsan] fix gcc build with -WallKostya Serebryany2013-05-141-2/+2
* [sanitizer] Generic sorting in sanitizer_common.Sergey Matveev2013-05-132-38/+46
* [sanitizer] Fix StopTheWorld build on non-Android ARM.Sergey Matveev2013-05-131-12/+19
* Try to fix Windows build tooPeter Collingbourne2013-05-081-5/+5
* Try to fix the mac buildbotsPeter Collingbourne2013-05-081-4/+5
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-0814-142/+296
* [sanitizer] Fix build breakage in Go TSan.Sergey Matveev2013-05-081-0/+2
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-083-2/+62
* [sanitizer] Fixed InitTlsSize for Android.Sergey Matveev2013-05-071-1/+1
* [sanitizer] Fixed includes in sanitizer_linux.cc for Android.Sergey Matveev2013-05-071-0/+4
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-077-0/+146
* [sanitizer] Sanitizer __internal_*stat interface.Evgeniy Stepanov2013-05-072-14/+48
* [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