Nikita Popov
b3d37e9c91
Generate function-jit corpus in generate_all.php
...
For use by oss-fuzz.
2021-09-22 11:06:22 +02:00
Nikita Popov
600dc57f24
Add ext/reflection to execute parser corpus
2021-07-04 12:31:14 +02:00
Nikita Popov
af0ba0b2d3
Reduce input size limit in execute fuzzer
...
We only have 4 Zend test cases > 8k. Large inputs tend to just
make things slower.
2020-09-07 22:58:34 +02:00
Nikita Popov
c29838c561
Add experimental "execute" fuzzer
...
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.
2020-08-27 13:06:24 +02:00