Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split strncmp and strncasecmp test and XFAIL one for Windows | Reid Kleckner | 2016-11-14 | 1 | -27/+11 |
| | | | | llvm-svn: 286850 | ||||
* | [asan] Fix strncmp and strncasecmp interceptors | Vitaly Buka | 2016-11-12 | 1 | -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 strncmp | Kostya Serebryany | 2016-10-21 | 1 | -0/+26 |
llvm-svn: 284901 |