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

specify somewhere that reproduce only works with libfuzzer #12811

Open
aureliendavid opened this issue Dec 4, 2024 · 0 comments
Open

specify somewhere that reproduce only works with libfuzzer #12811

aureliendavid opened this issue Dec 4, 2024 · 0 comments

Comments

@aureliendavid
Copy link
Contributor

Hi and thanks for a great tool,

This is not really an issue but I'd like to suggest specifying somewhere that the reproduce script will only work when fuzzers are built with the libfuzzer engine, since libfuzzer arguments are automatically passed to the binary (-rss_limit_mb=2560 -timeout=25)

There was some discussion about it in this issue a while ago: #4497 (comment)

Maybe writing a note about it in https://github.com/google/oss-fuzz/blob/masterdocs/advanced-topics/reproducing.md

Even better would be to detect the fuzzing engine when running reproduce and either emitting a warning or just running the binary without libfuzzer arguments if it detects something other than libfuzzer?

It could save some testers some time debugging the wrong binary.

Thanks again.

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