summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/strncmp_strict.c
Commit message (Collapse)AuthorAgeFilesLines
* Split strncmp and strncasecmp test and XFAIL one for WindowsReid Kleckner2016-11-141-27/+11
| | | | llvm-svn: 286850
* [asan] Fix strncmp and strncasecmp interceptorsVitaly Buka2016-11-121-14/+69
| | | | | | | | | | | | | | | | | | | | | | | 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 llvm-svn: 286708
* [sanitizers] support strict_string_checks for strncmpKostya Serebryany2016-10-211-0/+26
llvm-svn: 284901
OpenPOWER on IntegriCloud