summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/strncmp_strict.c
AgeCommit message (Collapse)Author
2016-11-14Split strncmp and strncasecmp test and XFAIL one for WindowsReid Kleckner
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@286850 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-12[asan] Fix strncmp and strncasecmp interceptorsVitaly Buka
Summary: In non-strict mode we will check memory access for both strings from beginning to either: 1. 0-char 2. size 3. different chars In strict mode we will check from beginning to either: 1. 0-char 2. size Previously in strict mode we always checked up to the 0-char. Reviewers: kcc, eugenis Subscribers: llvm-commits, kubabrecka Differential Revision: https://reviews.llvm.org/D26574 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@286708 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-21[sanitizers] support strict_string_checks for strncmpKostya Serebryany
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@284901 91177308-0d34-0410-b5e6-96231b3b80d8