#
b3d37e9c |
| 22-Sep-2021 |
Nikita Popov |
Generate function-jit corpus in generate_all.php For use by oss-fuzz.
|
#
600dc57f |
| 04-Jul-2021 |
Nikita Popov |
Add ext/reflection to execute parser corpus
|
#
af0ba0b2 |
| 07-Sep-2020 |
Nikita Popov |
Reduce input size limit in execute fuzzer We only have 4 Zend test cases > 8k. Large inputs tend to just make things slower.
|
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4 |
|
#
c29838c5 |
| 09-Oct-2019 |
Nikita Popov |
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 lo
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.
show more ...
|