Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental "execute" fuzzer #5030

Closed
wants to merge 1 commit into from
Closed

Conversation

nikic
Copy link
Member

@nikic nikic commented Dec 20, 2019

This adds an end-to-end fuzzer that compiles and executes PHP code. It uses a finite-step executor to avoid timeouts and stack overflows. There are still some issues, in particular OOM conditions may occur.

Currently the fuzzer will often stop after running into https://bugs.php.net/bug.php?id=78989.

@nikic
Copy link
Member Author

nikic commented Aug 27, 2020

Merged as c29838c after some additional work.

@nikic nikic closed this Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant