summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [ASan] Support building both 32- and 64-bit unit tests if we can target both ...Alexey Samsonov2012-12-19
* [asan] asan_allocator2: add mmap/munmap statsKostya Serebryany2012-12-19
* [ASan] make sure Android unittests depend on ASan runtimeAlexey Samsonov2012-12-19
* Significantly change the way we build ASan unittests in CMakeAlexey Samsonov2012-12-19
* [ASan] Change the boilerplate check in the libdispatch tests to fix them.Alexander Potapenko2012-12-19
* [asan] print the shadow bytes in different colors and also output the shadow ...Kostya Serebryany2012-12-19
* [TSan] build only gtest-all.o when building TSan unit testsAlexey Samsonov2012-12-19
* tsan: add lint check back into presubmit scriptDmitry Vyukov2012-12-19
* [Sanitizer] add missing header on WindowsAlexey Samsonov2012-12-19
* [asan] asan_allocator2: improve FindHeapChunkByAddress to find memory chunks ...Kostya Serebryany2012-12-19
* [Sanitizer] implement internal_isatty on WindowsAlexey Samsonov2012-12-19
* tsan: fix -Wgnu warningsDmitry Vyukov2012-12-19
* [sanitizer] one more stability fix in 64-bit allocatorKostya Serebryany2012-12-19
* [sanitizer] fix LargeMmapAllocator::GetBlockBeginKostya Serebryany2012-12-18
* tsan: intercept fork() to prevent false race reports on fd'sDmitry Vyukov2012-12-18
* tsan: warn about reports from signal handlersDmitry Vyukov2012-12-18
* tsan: add signalfd() and inotify_init() interceptorsDmitry Vyukov2012-12-18
* tsan: add io_sync flag that controls amount of IO synchronizationDmitry Vyukov2012-12-18
* tsan: remove TSAN_OPTIONS from the scriptDmitry Vyukov2012-12-18
* [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call i...Alexey Samsonov2012-12-18
* ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith2012-12-18
* [asan] add some colors to asan output if printing to tty (following ubsan)Kostya Serebryany2012-12-18
* tsan: describe "file descriptor" locationDmitry Vyukov2012-12-18
* ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith2012-12-18
* Don't escape %s in printf usage message; it's not written by printf.Richard Smith2012-12-18
* ubsan: if the frontend didn't provide us with a source location, try to workRichard Smith2012-12-18
* Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a referenceRichard Smith2012-12-18
* tsan: say what thread had created a thread in reportsDmitry Vyukov2012-12-17
* [asan] asan_allocator2: implement malloc_usable_size and fix 32-bitKostya Serebryany2012-12-17
* [asan] asan_allocator2: don't use TLS and fix callocKostya Serebryany2012-12-17
* [asan] asan_alocator2: implement quarantine and ReallocateKostya Serebryany2012-12-17
* [asan] implement AsanChunkFifoList via IntrusiveList<AsanChunk>Kostya Serebryany2012-12-17
* [asan] asan_alocator2: implement free() stacks and actually make malloc/free ...Kostya Serebryany2012-12-17
* [sanitizer] fix a bug that has crept into the sanitizer allocator and caused ...Kostya Serebryany2012-12-15
* tsan: synchronize connect->accept callsDmitry Vyukov2012-12-14
* [Sanitizer] remove extra typenameAlexey Samsonov2012-12-14
* tsan: add test for errno spoiling in signal handlerDmitry Vyukov2012-12-14
* [sanitizer] add AllocatorLeakTestKostya Serebryany2012-12-14
* tsan: add test for malloc/free in signal handlerDmitry Vyukov2012-12-14
* Add MemorySanitizer.cpp to the lint script.Evgeniy Stepanov2012-12-14
* tsan: fix lint warningDmitry Vyukov2012-12-14
* [asan] more asan_allocator2 code: record the allocation stack trace, implemen...Kostya Serebryany2012-12-14
* tsan: fix buildDmitry Vyukov2012-12-14
* [asan] more asan_allocator2 code: actually un/poison shadow on malloc/free Kostya Serebryany2012-12-14
* [Sanitizer] use INTERCEPT_FUNCTION(foo) instead of CHECK(INTERCEPT_FUNCTION(f...Alexey Samsonov2012-12-14
* tsan: disable allocator tests in debug buildDmitry Vyukov2012-12-14
* tsan: comment out debug output in testDmitry Vyukov2012-12-14
* tsan: add sanity test for Go runtime into presubmit testDmitry Vyukov2012-12-14
* tsan: add socketpair() interceptor and testDmitry Vyukov2012-12-14
* tsan: fix compilation with -pedanticDmitry Vyukov2012-12-13