Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] Update tests to use more general functions instead of posix ↵ | Marcos Pividori | 2016-12-16 | 1 | -0/+6 |
| | | | | | | | | | | | specific. Replace sleep() posix function by a more portable sleep_for() function from std. Also, ignore memmem() and strcasestr() on Windows. Differential Revision: https://reviews.llvm.org/D27729 llvm-svn: 289964 | ||||
* | [libFuzzer] properly intercept memmem | Kostya Serebryany | 2016-07-19 | 1 | -1/+5 |
| | | | | llvm-svn: 276006 | ||||
* | [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp | Kostya Serebryany | 2016-07-15 | 1 | -0/+18 |
llvm-svn: 275648 |