| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
We only have 4 Zend test cases > 8k. Large inputs tend to just
make things slower.
|
|
|
|
|
|
| |
While we limit the size of the main compilation input, the size
of eval inputs was not limited. This could result in stack
overflows, e.g. oss-fuzz #25464.
|
|
|
|
| |
Opcode handlers use the FASTCALL calling convention...
|
|
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.
|