summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_libc.h
AgeCommit message (Expand)Author
2012-06-06[Sanitizer] move internal_filesize and internal_dup2 from TSan to sanitizer_c...Alexey Samsonov
2012-06-06[Sanitizer] add sanitizer_common.h for routines shared between TSan and ASan ...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-05[Sanitizer] add internal_{close,read,write} functions to sanitizer_libcAlexey Samsonov
2012-06-05[Sanitizer] Add sanitizer_win.cc for windows-specific implementations of libc...Alexey Samsonov
2012-06-04Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific i...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] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany
2012-05-31[asan,tsan] rename files in sanitizer_common to have a common prefix (sanitiz...Kostya Serebryany