summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
Commit message (Expand)AuthorAge
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-24
* [asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany2013-10-17
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-12
* [sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev2013-10-11
* [sanitizer] Ninja style fix to r192442.Sergey Matveev2013-10-11
* [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev2013-10-11
* [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov2013-10-11
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-03
* tsan: allow to obtain code range for a particular moduleDmitry Vyukov2013-09-21
* Minor enhancements for sanitizer_common build rulesAlexey Samsonov2013-09-16
* Delete unused variables.Eli Friedman2013-09-10
* [Sanitizer] Use generic configs for running sanitizer_common unit testsAlexey Samsonov2013-09-08
* Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov2013-09-06
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-06
* Disable FindPathToBinary test on AndroidAlexey Samsonov2013-09-04
* [Sanitizer] Add the way to find binary in PATHAlexey Samsonov2013-09-03
* Add internal_strchrnul functionAlexey Samsonov2013-09-03
* [sanitizer_common] Add internal_clone().Sergey Matveev2013-09-02
* [sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov2013-08-29
* Check code style in check-sanitizer commandAlexey Samsonov2013-08-28
* [sanitizer] fix code styleAlexey Samsonov2013-08-28
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-26
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* [sanitizer] Fix handling of %n in scanf interceptor.Evgeniy Stepanov2013-08-09
* tsan: extend suppressions format with ^ and $ symbolsDmitry Vyukov2013-07-16
* [lsan] Add suppression support.Sergey Matveev2013-06-28
* [sanitizer] Support padding with spaces in Printf.Sergey Matveev2013-06-27
* [tsan] Move some suppressions-related code to common.Sergey Matveev2013-06-26
* [lsan] Fix android build.Sergey Matveev2013-06-24
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-24
* Fix unused function warning w/o changing compiler flags.Evgeniy Stepanov2013-06-20
* [sanitizer] Handle EVIOxxxx ioctls.Evgeniy Stepanov2013-06-20
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-14
* [sanitizer] Fix r182994 - update test.Sergey Matveev2013-05-31
* Fix #if guards in sanitizer_common codeAlexey Samsonov2013-05-30
* [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, re...Kostya Serebryany2013-05-30
* [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...Sergey Matveev2013-05-29
* [nolibc] Now that we have a custom allocator, remove dummy allocatorPeter Collingbourne2013-05-29
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-29
* [nolibc] Add a test case for Linux/x86_64.Peter Collingbourne2013-05-28
* Improve support for compiler-rt tests in CMake build.Alexey Samsonov2013-05-27
* [sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be la...Kostya Serebryany2013-05-20
* [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne2013-05-17
* tsan: comment out debug output in testDmitry Vyukov2013-05-17
* [sanitizer] Fix the region overflow condition in SanitizerAllocator64::Popula...Sergey Matveev2013-05-16
* [sanitizer] fix the GetBlockBegin overflow bug while preserving the performan...Kostya Serebryany2013-05-16
* [sanitizer] added a test for a bug in allocator discovered by Sergey Matveev ...Kostya Serebryany2013-05-16
* [asan] fix powerpc build and one test; fix lintKostya Serebryany2013-05-15
* [sanitizer] LibraryNameIs in sanitizer_linuxSergey Matveev2013-05-14