summaryrefslogtreecommitdiff
path: root/sapi/fuzzer/generate_execute_corpus.php
Commit message (Collapse)AuthorAgeFilesLines
* Reduce input size limit in execute fuzzerNikita Popov2020-09-071-1/+1
| | | | | We only have 4 Zend test cases > 8k. Large inputs tend to just make things slower.
* Add experimental "execute" fuzzerNikita Popov2020-08-271-0/+38
This is an end-to-end fuzzer that executes arbitrary PHP code. We replace the executor with a finite-step executor to avoid getting stuck in loops or recursion.