summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_libc_test.cc
AgeCommit message (Expand)Author
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2015-11-20[compiler-rt] Do not pull in min and max macros from windows.hAnna Zaks
2015-11-20[compiler-rt] Add internal implementations for strlcat and strlcpyAnna Zaks
2015-08-10[Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner
2015-07-31[Sanitizer] Try to fix sanitizer_libc_test on FreeBSD.Alexey Samsonov
2015-04-09Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov
2015-04-09Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-04-08[Sanitizers] Make OpenFile more portableTimur Iskhodzhanov
2015-03-23[sanitizer] Fix file access modes in SanitizerCommon.InternalMmapWithOffset a...Alexander Potapenko
2015-03-23[ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko
2015-01-08[Sanitizers] Fix internal_lseek() to work on FreeBSDViktor Kutuzov
2014-12-24[sanitizer] Disable InternalMmapWithOffset test on OSX.Evgeniy Stepanov
2014-12-24[sanitizer] Disable InternalMmapWithOffset test on Windows.Evgeniy Stepanov
2014-12-24[sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.Evgeniy Stepanov
2014-05-13[Sanitizer tests] Exclude three tests that fail on WindowsTimur Iskhodzhanov
2013-09-03Add internal_strchrnul functionAlexey Samsonov
2013-05-14[sanitizer] Minor fixes in sanitizer_common tests.Sergey Matveev
2013-05-14[tsan] fix gcc build with -WallKostya Serebryany
2013-05-08[nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne
2013-05-07[sanitizer] Sanitizer __internal_*stat interface.Evgeniy Stepanov
2013-02-19[sanitizer] Fix FileOps test on Android.Evgeniy Stepanov
2013-02-19[asan] instrument memory accesses with unusual sizesKostya Serebryany
2013-02-18[Sanitizer] Make temporary filename depend on user IDAlexey Samsonov
2013-02-04[Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov
2012-12-28[asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany
2012-10-26Fix the internal_memmove() implementation that used to skip src[0] if dst < src.Alexander Potapenko