index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sanitizer_common
/
sanitizer_libc.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[compiler-rt] Add internal wcslen to avoid crashing on windows 64-bits
Etienne Bergeron
2016-07-14
1
-0
/
+6
*
Fix warnings uncovered by building with clang-cl
Reid Kleckner
2016-04-01
1
-1
/
+1
*
[compiler-rt] Add internal implementations for strlcat and strlcpy
Anna Zaks
2015-11-20
1
-0
/
+24
*
[compiler-rt] Fix build by wrapping lines to 80 chars (NFC)
Vedant Kumar
2015-10-01
1
-1
/
+2
*
[sanitizer_common] Apply modernize-use-nullptr, other minor fixes
Vedant Kumar
2015-09-30
1
-10
/
+11
*
[compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when us...
Kuba Brecka
2015-02-06
1
-0
/
+9
*
[sanitizer] Flag parser rewrite.
Evgeniy Stepanov
2015-01-15
1
-0
/
+8
*
[ASan] Get fake stack code working with GCC 4.8.2.
Jay Foad
2014-11-21
1
-11
/
+1
*
Fix -Wcast-qual warnings in sanitizers
Alexey Samsonov
2014-11-13
1
-12
/
+12
*
tsan: fix windows build
Dmitry Vyukov
2014-02-04
1
-1
/
+1
*
[ASan] Follow-up fix: use #if SANITIZER_WINDOWS, not #ifdef
Timur Iskhodzhanov
2013-11-25
1
-1
/
+1
*
[ASan] Un-break the Windows build
Timur Iskhodzhanov
2013-11-25
1
-0
/
+5
*
[sanitizer] use 16-byte aligned bzero in performance critical place (mostly f...
Kostya Serebryany
2013-11-23
1
-0
/
+15
*
Add internal_strchrnul function
Alexey Samsonov
2013-09-03
1
-0
/
+7
*
Avoid compiler-generated memset by using internal_memset.
Will Dietz
2013-08-30
1
-2
/
+1
*
Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...
Alexey Samsonov
2013-05-29
1
-0
/
+1
*
asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...
Dmitry Vyukov
2013-02-04
1
-1
/
+1
*
[asan] implement more strict checking for memset/etc parameters. Instead of c...
Kostya Serebryany
2012-12-28
1
-0
/
+19
*
Fix a compiler warning in internal_memmove.
Alexander Potapenko
2012-10-26
1
-5
/
+5
*
Fix the internal_memmove() implementation that used to skip src[0] if dst < src.
Alexander Potapenko
2012-10-26
1
-2
/
+3
*
[asan] fix lint
Kostya Serebryany
2012-10-16
1
-1
/
+1
*
Implement internal_memmove.
Alexander Potapenko
2012-10-15
1
-0
/
+16
*
[Sanitizer] implement internal_strcspn
Alexey Samsonov
2012-08-21
1
-0
/
+9
*
[tsan] a bit more lint and Makefile changes to run tests from sanitizer_common
Kostya Serebryany
2012-06-20
1
-1
/
+1
*
[Sanitizer] add internal_strncmp to sanitizer libc
Alexey Samsonov
2012-06-18
1
-0
/
+12
*
[Sanitizer] move all the rest re-implementations of libc functions from ASan ...
Alexey Samsonov
2012-06-15
1
-1
/
+60
*
[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...
Alexey Samsonov
2012-06-15
1
-0
/
+10
*
[Sanitizer] Move internal_memcmp to common sanitizer libc
Alexey Samsonov
2012-06-14
1
-0
/
+9
*
[Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/
Alexey Samsonov
2012-06-08
1
-0
/
+20
*
[Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ...
Alexey Samsonov
2012-06-07
1
-1
/
+17
*
[Sanitizer] Move more functions/constants to sanitizer_common.
Alexey Samsonov
2012-06-06
1
-0
/
+6
*
[Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.h
Alexey Samsonov
2012-06-05
1
-1
/
+1
*
[Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...
Alexey Samsonov
2012-06-05
1
-0
/
+8
*
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
[Sanitizer]: move internal_strcmp to sanitizer_common
Alexey Samsonov
2012-06-04
1
-0
/
+12
*
[Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...
Alexey Samsonov
2012-06-04
1
-0
/
+10
*
[asan,tsan] rename files in sanitizer_common to have a common prefix (sanitiz...
Kostya Serebryany
2012-05-31
1
-0
/
+20