summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_libc.cc
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Get fake stack code working with GCC 4.8.2.Jay Foad2014-11-211-11/+1
* Fix -Wcast-qual warnings in sanitizersAlexey Samsonov2014-11-131-12/+12
* tsan: fix windows buildDmitry Vyukov2014-02-041-1/+1
* [ASan] Follow-up fix: use #if SANITIZER_WINDOWS, not #ifdefTimur Iskhodzhanov2013-11-251-1/+1
* [ASan] Un-break the Windows buildTimur Iskhodzhanov2013-11-251-0/+5
* [sanitizer] use 16-byte aligned bzero in performance critical place (mostly f...Kostya Serebryany2013-11-231-0/+15
* Add internal_strchrnul functionAlexey Samsonov2013-09-031-0/+7
* Avoid compiler-generated memset by using internal_memset.Will Dietz2013-08-301-2/+1
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-291-0/+1
* asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...Dmitry Vyukov2013-02-041-1/+1
* [asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany2012-12-281-0/+19
* Fix a compiler warning in internal_memmove.Alexander Potapenko2012-10-261-5/+5
* Fix the internal_memmove() implementation that used to skip src[0] if dst < src.Alexander Potapenko2012-10-261-2/+3
* [asan] fix lintKostya Serebryany2012-10-161-1/+1
* Implement internal_memmove.Alexander Potapenko2012-10-151-0/+16
* [Sanitizer] implement internal_strcspnAlexey Samsonov2012-08-211-0/+9
* [tsan] a bit more lint and Makefile changes to run tests from sanitizer_commonKostya Serebryany2012-06-201-1/+1
* [Sanitizer] add internal_strncmp to sanitizer libcAlexey Samsonov2012-06-181-0/+12
* [Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov2012-06-151-1/+60
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-151-0/+10
* [Sanitizer] Move internal_memcmp to common sanitizer libcAlexey Samsonov2012-06-141-0/+9
* [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/Alexey Samsonov2012-06-081-0/+20
* [Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ...Alexey Samsonov2012-06-071-1/+17
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-061-0/+6
* [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov2012-06-051-1/+1
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov2012-06-051-0/+8
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-041-1/+1
* [Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov2012-06-041-0/+12
* [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...Alexey Samsonov2012-06-041-0/+10
* [asan,tsan] rename files in sanitizer_common to have a common prefix (sanitiz...Kostya Serebryany2012-05-311-0/+20