summaryrefslogtreecommitdiff
path: root/src/pcre2_fuzzsupport.c
Commit message (Expand)AuthorAgeFilesLines
* Limit the subject length in the fuzzer support function, to avoid wasting time ph102016-12-311-1/+9
* Add callout_error to pcre2test and stop the fuzzer after 100 callouts.ph102016-12-281-2/+16
* Limit the fuzzing function with match limit = recursion limit = 100.ph102016-12-201-2/+21
* Minor wording tweak.ph102016-11-251-1/+1
* Make fuzz support abort on internal errors.ph102016-11-241-7/+11
* Fix bad working space size calculation when PCRE2_AUTO_CALLOUT is set.ph102016-11-041-2/+2
* Add fuzzer support features.ph102016-10-311-0/+271