Alexey Samsonov
|
7ac77d6b29
|
[Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitizer_libc: sscanf, munmap, memchr
llvm-svn: 157994
|
2012-06-05 09:49:25 +00:00 |
Alexey Samsonov
|
03c8b846c4
|
[Sanitizer] add internal_{close,read,write} functions to sanitizer_libc
llvm-svn: 157990
|
2012-06-05 08:32:53 +00:00 |
Alexey Samsonov
|
dde1f11fe6
|
[Sanitizer] Add sanitizer_win.cc for windows-specific implementations of libc functions. Add internal_open.
llvm-svn: 157985
|
2012-06-05 07:05:10 +00:00 |
Alexey Samsonov
|
2c5fc3bb11
|
Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific implementations of common functions. Turned asan_mmap into __sanitizer::internal_mmap.
llvm-svn: 157930
|
2012-06-04 14:27:50 +00:00 |
Alexey Samsonov
|
90f9630c80
|
[Sanitizer]: move internal_strcmp to sanitizer_common
llvm-svn: 157926
|
2012-06-04 13:27:49 +00:00 |
Alexey Samsonov
|
06f2cd38c1
|
[Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior conforming to manual)
llvm-svn: 157922
|
2012-06-04 10:30:16 +00:00 |
Kostya Serebryany
|
1b71207f48
|
[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some renaming in asan rt. More to come.
llvm-svn: 157743
|
2012-05-31 14:11:07 +00:00 |
Kostya Serebryany
|
c5bea20e2e
|
[asan,tsan] rename files in sanitizer_common to have a common prefix (sanitizer_).
llvm-svn: 157740
|
2012-05-31 13:42:53 +00:00 |