summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_libc.cc
AgeCommit message (Expand)Author
2016-07-14[compiler-rt] Add internal wcslen to avoid crashing on windows 64-bitsEtienne Bergeron
2016-04-01Fix warnings uncovered by building with clang-clReid Kleckner
2015-11-20[compiler-rt] Add internal implementations for strlcat and strlcpyAnna Zaks
2015-10-01[compiler-rt] Fix build by wrapping lines to 80 chars (NFC)Vedant Kumar
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-02-06[compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when us...Kuba Brecka
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2014-11-21[ASan] Get fake stack code working with GCC 4.8.2.Jay Foad
2014-11-13Fix -Wcast-qual warnings in sanitizersAlexey Samsonov
2014-02-04tsan: fix windows buildDmitry Vyukov
2013-11-25[ASan] Follow-up fix: use #if SANITIZER_WINDOWS, not #ifdefTimur Iskhodzhanov
2013-11-25[ASan] Un-break the Windows buildTimur Iskhodzhanov
2013-11-23[sanitizer] use 16-byte aligned bzero in performance critical place (mostly f...Kostya Serebryany
2013-09-03Add internal_strchrnul functionAlexey Samsonov
2013-08-30Avoid compiler-generated memset by using internal_memset.Will Dietz
2013-05-29Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov
2013-02-04asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...Dmitry Vyukov
2012-12-28[asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany
2012-10-26Fix a compiler warning in internal_memmove.Alexander Potapenko
2012-10-26Fix the internal_memmove() implementation that used to skip src[0] if dst < src.Alexander Potapenko
2012-10-16[asan] fix lintKostya Serebryany
2012-10-15Implement internal_memmove.Alexander Potapenko
2012-08-21[Sanitizer] implement internal_strcspnAlexey Samsonov
2012-06-20[tsan] a bit more lint and Makefile changes to run tests from sanitizer_commonKostya Serebryany
2012-06-18[Sanitizer] add internal_strncmp to sanitizer libcAlexey Samsonov
2012-06-15[Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov
2012-06-15[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov
2012-06-14[Sanitizer] Move internal_memcmp to common sanitizer libcAlexey Samsonov
2012-06-08[Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/Alexey Samsonov
2012-06-07[Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ...Alexey Samsonov
2012-06-06[Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov
2012-06-05[Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov
2012-06-05[Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-06-04[Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov
2012-06-04[Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...Alexey Samsonov
2012-05-31[asan,tsan] rename files in sanitizer_common to have a common prefix (sanitiz...Kostya Serebryany