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

Allow setting options to cargo fuzz run -- [HERE] closer to the source #227

Open
Ekleog opened this issue May 31, 2020 · 0 comments
Open

Comments

@Ekleog
Copy link
Contributor

Ekleog commented May 31, 2020

Hello,

Right now, I have a fuzz/fuzz_*.sh directory, that calls into the right fuzz targets the right way (full source at https://github.com/Ekleog/yuubind).

With #42 fixed, I could remove half those scripts (ie. the half that cds into the correct folder).

However, it would still leave setting the correct -dict="../fuzz/$DICT option in the scripts.

I'm thinking that it'd be great if it were possible to set the libFuzzer arguments closer to the source code, eg. by having them in smtp-message/fuzz/Cargo.toml. With that change, the user would only have to set --jobs manually, which sounds pretty reasonable :)

What would you think about that?

Cheers, and thank you for this neat piece of software :)

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

No branches or pull requests

1 participant