summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Fix file access modes in SanitizerCommon.InternalMmapWithOffset a...Alexander Potapenko2015-03-231-2/+2
* [ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko2015-03-231-3/+3
* [Sanitizers] Fix internal_lseek() to work on FreeBSDViktor Kutuzov2015-01-081-2/+5
* [sanitizer] Disable InternalMmapWithOffset test on OSX.Evgeniy Stepanov2014-12-241-1/+1
* [sanitizer] Disable InternalMmapWithOffset test on Windows.Evgeniy Stepanov2014-12-241-0/+3
* [sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.Evgeniy Stepanov2014-12-241-18/+46
* [Sanitizer tests] Exclude three tests that fail on WindowsTimur Iskhodzhanov2014-05-131-0/+3
* Add internal_strchrnul functionAlexey Samsonov2013-09-031-0/+7
* [sanitizer] Minor fixes in sanitizer_common tests.Sergey Matveev2013-05-141-2/+3
* [tsan] fix gcc build with -WallKostya Serebryany2013-05-141-2/+2
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-081-8/+10
* [sanitizer] Sanitizer __internal_*stat interface.Evgeniy Stepanov2013-05-071-0/+15
* [sanitizer] Fix FileOps test on Android.Evgeniy Stepanov2013-02-191-0/+10
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-191-1/+2
* [Sanitizer] Make temporary filename depend on user IDAlexey Samsonov2013-02-181-5/+7
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-041-0/+44
* [asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany2012-12-281-0/+20
* Fix the internal_memmove() implementation that used to skip src[0] if dst < src.Alexander Potapenko2012-10-261-0/+22
OpenPOWER on IntegriCloud