summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-25[asan] add a test for right OOB with special large sizes. Fix this test in as...Kostya Serebryany
2012-12-25tsan: fix tests to consistently use internal functions (otherwise it leads to...Dmitry Vyukov
2012-12-25[sanitizer] increase the maximum size class of the fast allocator. This shoul...Kostya Serebryany
2012-12-25tsan: fix the code that searches for heap memory block metadataDmitry Vyukov
2012-12-25[asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always t...Kostya Serebryany
2012-12-24[sanitizer] fix gcc warnings, enable one tests under asan_allocator2Kostya Serebryany
2012-12-24[sanitizer] make LargeMmapAllocator::GetBlockBegin faster by not using a link...Kostya Serebryany
2012-12-24tsan: work around FileCheck feature that it does not accept empty inputDmitry Vyukov
2012-12-24tsan: remove static reference to glibc internal _dl_get_tls_static_info()Dmitry Vyukov
2012-12-24[sanitizer] rework the size class map in the sanitizer allocator: make the di...Kostya Serebryany
2012-12-24tsan: more defensive file descriptor verificationDmitry Vyukov
2012-12-21[asan] asan_allocator2 fix two asserts that happen on full chrome: a) memalig...Kostya Serebryany
2012-12-21[Sanitizer] CMake build rules for unittests: depend on headers when compiling...Alexey Samsonov
2012-12-21tsan: add java malloc stress testDmitry Vyukov
2012-12-21[sanitizer] mmap less on every size class to make the allocator more friendly...Kostya Serebryany
2012-12-21tsan: add java rwlock testDmitry Vyukov
2012-12-21tsan: add a test for java memory moveDmitry Vyukov
2012-12-21tsan: move common part of java tests into a separate headerDmitry Vyukov
2012-12-21tsan: fix Java memory move operations and add the testDmitry Vyukov
2012-12-21tsan: less debug outputDmitry Vyukov
2012-12-21[asan] asan_allocator2: better memory statsKostya Serebryany
2012-12-21tsan: update mutex lock table for javaDmitry Vyukov
2012-12-21tsan: update mutex table for javaDmitry Vyukov
2012-12-21tsan: java: move shadow memory on GC compactionDmitry Vyukov
2012-12-21tsan: add a high-level comment to tsan_interface_java.hDmitry Vyukov
2012-12-21[ASan] Fix another FileCheck pattern to be c++filt-proof.Alexander Potapenko
2012-12-21tsan: fix lint warningsDmitry Vyukov
2012-12-21tsan: disable checks for limited address space and unlimited stack for GoDmitry Vyukov
2012-12-21[Sanitizer] Don't implicitly add object files to the list of dependencies whe...Alexey Samsonov
2012-12-21[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany
2012-12-21tsan: add lit test with statically linker libstdc++Dmitry Vyukov
2012-12-21tsan: use clang in cmake build + add -WerrorDmitry Vyukov
2012-12-21Clean up some warnings that become errors. Seen in Xcode.Richard Relph
2012-12-20tsan: java interface implementation skeletonDmitry Vyukov
2012-12-20[ASan] remove duplicate entry in shadow byte legendAlexey Samsonov
2012-12-20[Sanitizer] Fix CMake build rules for sanitizer_common tests to respect unive...Alexey Samsonov
2012-12-20[asan] asan_allocator2: implement memalignKostya Serebryany
2012-12-20tsan: add cmake build and tests into presubmit scriptDmitry Vyukov
2012-12-20[Sanitizer] Modify CMake build rules for sanitizer_common unit tests: build t...Alexey Samsonov
2012-12-20[ASan] Make the FileCheck pattern more c++filt-resistant.Alexander Potapenko
2012-12-20[tsan] fix cmake buildKostya Serebryany
2012-12-20[asan] add memalign testsKostya Serebryany
2012-12-20[asan] add a flag poison_heap to allow better allocator benchmarking, impleme...Kostya Serebryany
2012-12-20tsan: add java interface implementation stubDmitry Vyukov
2012-12-20[asan] asan_allocator2: make all remaining tests pass.Kostya Serebryany
2012-12-20tsan: add Java interfaceDmitry Vyukov
2012-12-20[asan] add ASAN_PCRE_DOTALL to two new multi-line regexpsKostya Serebryany
2012-12-20[ASan] don't use -fsanitize=address linker flag for unit tests on AndroidAlexey Samsonov
2012-12-20Move C++ name demangling support from ubsan into sanitizer_common.Richard Smith
2012-12-19[ASan] explicitly link with dynamic ASan runtime when building unittests on A...Alexey Samsonov