summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_libc.cc
Commit message (Expand)AuthorAge
* Add internal_strchrnul functionAlexey Samsonov2013-09-03
* Avoid compiler-generated memset by using internal_memset.Will Dietz2013-08-30
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-29
* asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...Dmitry Vyukov2013-02-04
* [asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany2012-12-28
* Fix a compiler warning in internal_memmove.Alexander Potapenko2012-10-26
* Fix the internal_memmove() implementation that used to skip src[0] if dst < src.Alexander Potapenko2012-10-26
* [asan] fix lintKostya Serebryany2012-10-16
* Implement internal_memmove.Alexander Potapenko2012-10-15
* [Sanitizer] implement internal_strcspnAlexey Samsonov2012-08-21
* [tsan] a bit more lint and Makefile changes to run tests from sanitizer_commonKostya Serebryany2012-06-20
* [Sanitizer] add internal_strncmp to sanitizer libcAlexey Samsonov2012-06-18
* [Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov2012-06-15
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-15
* [Sanitizer] Move internal_memcmp to common sanitizer libcAlexey Samsonov2012-06-14
* [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/Alexey Samsonov2012-06-08
* [Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ...Alexey Samsonov2012-06-07
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06
* [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov2012-06-05
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov2012-06-05
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-04
* [Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov2012-06-04
* [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...Alexey Samsonov2012-06-04
* [asan,tsan] rename files in sanitizer_common to have a common prefix (sanitiz...Kostya Serebryany2012-05-31