summaryrefslogtreecommitdiff
path: root/src/pcre2_fuzzsupport.c
Commit message (Expand)AuthorAgeFilesLines
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-301-6/+5
* Discard partial match when endanchored is set in the fuzzer, as it just gives ph102017-05-271-2/+8
* Screw down the depth limit for DFA matching in the fuzzer function. Fixes ph102017-05-221-4/+7
* Add a call to pcre2_dfa_match() to the fuzzer driver.ph102017-05-201-23/+62
* Implement PCRE2_ENDANCHORED.ph102017-04-041-4/+6
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-3/+3
* 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