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

tmin's CRASHES argument is required #138

Merged
merged 1 commit into from Dec 11, 2017

Conversation

FauxFaux
Copy link
Contributor

tmin requires the CRASHES argument, but nobody told clap, so it panics:

% cargo fuzz tmin blah
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:335:20

@nagisa
Copy link
Member

nagisa commented Dec 11, 2017

bors r+

bors bot added a commit that referenced this pull request Dec 11, 2017
138: tmin's CRASHES argument is required r=nagisa a=FauxFaux

tmin requires the `CRASHES` argument, but nobody told `clap`, so it panics:

```
% cargo fuzz tmin blah
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:335:20
```
@bors
Copy link
Contributor

bors bot commented Dec 11, 2017

Build succeeded

@bors bors bot merged commit faf80ec into rust-fuzz:master Dec 11, 2017
@FauxFaux FauxFaux deleted the crashes-is-mandatory branch December 11, 2017 15:05
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

2 participants