| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reduce input size limit in execute fuzzer | Nikita Popov | 2020-09-07 | 1 | -1/+1 |
| | | | | | | We only have 4 Zend test cases > 8k. Large inputs tend to just make things slower. | ||||
| * | Add experimental "execute" fuzzer | Nikita Popov | 2020-08-27 | 1 | -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. | |||||
