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

Improve run-fuzzer script #47

Merged
merged 1 commit into from
Mar 15, 2017
Merged

Conversation

killercup
Copy link
Member

@killercup killercup commented Mar 14, 2017

  • Allow passing additional arguments
  • Always create corpus and seeds directory and supply as args to fuzzer
  • Set more RUSTFLAGS -- including optimizations
  • Enable full backtrace

Fixes #23
Fixes #41

- Allow passing additional arguments
- Always create corpus and seeds directory and supply as args to fuzzer
- Set more RUSTFLAGS -- including optimizations
- Enable full backtrace

Fixes rust-fuzz#41

*/*.log
*/crash-*
*/corpus
Copy link
Member Author

Choose a reason for hiding this comment

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

Just saw #7. I added seeds directories for user supplied data but seeing as the fuzzer generated corpus can become quite large (lots of tiny files) I didn't want to add that here.

@frewsxcv
Copy link
Member

bors r+

@frewsxcv frewsxcv closed this Mar 15, 2017
@frewsxcv frewsxcv reopened this Mar 15, 2017
@frewsxcv frewsxcv merged commit a00fcd8 into rust-fuzz:master Mar 15, 2017
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