summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
AgeCommit message (Expand)Author
2013-06-04[sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov
2013-06-04Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a co...Timur Iskhodzhanov
2013-06-03[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany
2013-06-03[sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11.Sergey Matveev
2013-05-31[sanitizer] Fix r182994 - update test.Sergey Matveev
2013-05-31[lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.Sergey Matveev
2013-05-31[sanitizer] Fix wrong size of addrinfo::ai_addrlen.Evgeniy Stepanov
2013-05-30[asan] workaround for the quemu bug in proc maps (http://code.google.com/p/ad...Kostya Serebryany
2013-05-30Fix #if guards in sanitizer_common codeAlexey Samsonov
2013-05-30[sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, re...Kostya Serebryany
2013-05-29Fix MSVC W3 compiler warningsTimur Iskhodzhanov
2013-05-29[sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...Sergey Matveev
2013-05-29[sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr s...Evgeniy Stepanov
2013-05-29[nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne
2013-05-29Fix MSVC warnings at the -W2 levelTimur Iskhodzhanov
2013-05-29[sanitizer] Fix Mac build.Evgeniy Stepanov
2013-05-29[sanitizer] Intercept getpeername.Evgeniy Stepanov
2013-05-29[sanitizer] Move TSan and MSan recvmsg interceptors to common.Evgeniy Stepanov
2013-05-29[nolibc] Now that we have a custom allocator, remove dummy allocatorPeter Collingbourne
2013-05-29[sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Tr...Alexey Samsonov
2013-05-29[lsan] Convert the remaining LSan tests to output tests.Sergey Matveev
2013-05-29[sanitizer] modf/modff/modfl interceptors.Evgeniy Stepanov
2013-05-29Exclude sanitizer_nolibc_test from TSan test run. Fix lint warningsAlexey Samsonov
2013-05-29Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov
2013-05-29[sanitizer] Share TSan accept & accept4 interceptors with other sanitizers.Evgeniy Stepanov
2013-05-28[sanitizer] Improve getaddrinfo interceptor.Evgeniy Stepanov
2013-05-28[nolibc] Add a test case for Linux/x86_64.Peter Collingbourne
2013-05-28[nolibc] Make SymbolizerPrepareForSandboxing weak and optional.Peter Collingbourne
2013-05-27[nolibc] Make AddressInfo::Clear a weak function.Peter Collingbourne
2013-05-27Use an address-of operator here to silence an MSVC warning.Peter Collingbourne
2013-05-27[lsan] Begin converting LSan tests to output tests.Sergey Matveev
2013-05-27[sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.Sergey Matveev
2013-05-27Improve support for compiler-rt tests in CMake build.Alexey Samsonov
2013-05-23[ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko
2013-05-23[sanitizer] Fix Windows build.Evgeniy Stepanov
2013-05-23[ASan] Rename a atomic_compare_exchange_strong parameter to avoid a compiler ...Timur Iskhodzhanov
2013-05-23[sanitizer] Intercept getsockopt.Evgeniy Stepanov
2013-05-23[sanitizer] Interceptors for gethostbyname and friends.Evgeniy Stepanov
2013-05-22[sanitizer] Fix Mac build one more time.Evgeniy Stepanov
2013-05-22[sanitizer] Fix Android build.Evgeniy Stepanov
2013-05-22[msan] Intercept getsockname.Evgeniy Stepanov
2013-05-22[sanitizer] Fix Android build.Evgeniy Stepanov
2013-05-22[sanitizer] Fix Mac build.Evgeniy Stepanov
2013-05-22[msan] getaddrinfo & nested interceptor support.Evgeniy Stepanov
2013-05-22[asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM ki...Kostya Serebryany
2013-05-21[Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for...Alexey Samsonov
2013-05-21[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne
2013-05-21[nolibc] Move stoptheworld to RTSanitizerCommonLibc.Peter Collingbourne
2013-05-21[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne
2013-05-21[sanitizer] Enable pthread_getschedparam interceptor on Android.Evgeniy Stepanov