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

Initial commit of a fuzzer. Run with "cargo fuzz run simple_instantiate". #559

Merged
merged 3 commits into from
Jul 14, 2019

Conversation

nlewycky
Copy link
Contributor

Used to discover issue #558.

We'll probably want to reconsider the default .gitignore of the artifacts and corpus directories. The fuzzer wastes a lot of time not having even a single exampel of a valid .wasm file to start with.

nlewycky added 2 commits July 13, 2019 17:57
…te".

Used to discover issue #558.

We'll probably want to reconsider the default .gitignore of the artifacts and corpus directories. The fuzzer wastes a lot of time not having even a single exampel of a valid .wasm file to start with.
Copy link
Contributor

@bjfish bjfish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice if here was a fuzz/README.md that showed the command used to run the fuzzer.

@nlewycky
Copy link
Contributor Author

It would be nice if here was a fuzz/README.md that showed the command used to run the fuzzer.

Great point. Done!

@nlewycky
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Jul 14, 2019
559: Initial commit of a fuzzer. Run with "cargo fuzz run simple_instantiate". r=nlewycky a=nlewycky

Used to discover issue #558.

We'll probably want to reconsider the default .gitignore of the artifacts and corpus directories. The fuzzer wastes a lot of time not having even a single exampel of a valid .wasm file to start with.

Co-authored-by: Nick Lewycky <[email protected]>
Co-authored-by: nlewycky <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jul 14, 2019

@bors bors bot merged commit 46f3a9f into master Jul 14, 2019
@bors bors bot deleted the features/fuzzer branch July 14, 2019 03:09
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.

2 participants