summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
AgeCommit message (Expand)Author
2014-02-13[sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...Kostya Serebryany
2014-02-13[sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany
2014-02-13[sanitizer] findPath for deadlock detectorKostya Serebryany
2014-02-13[sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany
2014-02-12[sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany
2014-02-12[sanitizer] added a bit vector class to be used in a deadlock detectorKostya Serebryany
2014-02-11[sanitizer] Fix build.Evgeniy Stepanov
2014-02-08Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky
2014-02-05[sanitizer] Fix build.Sergey Matveev
2014-01-23[Sanitizer] Fix false positive in printf interceptors: properly handle precis...Alexey Samsonov
2014-01-23[asan] Android logging.Evgeniy Stepanov
2014-01-22asan: fix atomic operations on ARMDmitry Vyukov
2014-01-21[Sanitizer] Update file names now that we intercept both scanf and printfAlexey Samsonov
2014-01-21Fix unused function warning from r199729Alexey Samsonov
2014-01-21Sanitize printf functions.Alexey Samsonov
2014-01-21[Sanitizer] Support %.*s in internal printf implementation. Patch by Yuri Gri...Alexey Samsonov
2013-12-25[Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...Alexey Samsonov
2013-12-25[Sanitizer] Properly specify linux-only unit test.Alexey Samsonov
2013-12-25[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov
2013-12-03[Sanitizer] Fix a bug introduced in r196112. Add a test.Alexey Samsonov
2013-11-25[sanitizer] Implement TwoLevelByteMap and use it for the internal allocator o...Kostya Serebryany
2013-11-21tsan: remove debug output from testDmitry Vyukov
2013-11-14[Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-11-07[Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.Alexey Samsonov
2013-10-24Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne
2013-10-17[asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany
2013-10-12[Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov
2013-10-11[sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev
2013-10-11[sanitizer] Ninja style fix to r192442.Sergey Matveev
2013-10-11[sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev
2013-10-11[Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov
2013-10-03tsan: ignore interceptors coming from specified librariesDmitry Vyukov
2013-09-21tsan: allow to obtain code range for a particular moduleDmitry Vyukov
2013-09-16Minor enhancements for sanitizer_common build rulesAlexey Samsonov
2013-09-10Delete unused variables.Eli Friedman
2013-09-08[Sanitizer] Use generic configs for running sanitizer_common unit testsAlexey Samsonov
2013-09-06Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov
2013-09-06[sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany
2013-09-04Disable FindPathToBinary test on AndroidAlexey Samsonov
2013-09-03[Sanitizer] Add the way to find binary in PATHAlexey Samsonov
2013-09-03Add internal_strchrnul functionAlexey Samsonov
2013-09-02[sanitizer_common] Add internal_clone().Sergey Matveev
2013-08-29[sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov
2013-08-28Check code style in check-sanitizer commandAlexey Samsonov
2013-08-28[sanitizer] fix code styleAlexey Samsonov
2013-08-26[sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2013-08-09[sanitizer] Fix handling of %n in scanf interceptor.Evgeniy Stepanov