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

Exit code is 0 even if there is crash or timeout #16

Open
breezewish opened this issue Dec 5, 2018 · 3 comments
Open

Exit code is 0 even if there is crash or timeout #16

breezewish opened this issue Dec 5, 2018 · 3 comments

Comments

@breezewish
Copy link

No description provided.

@PaulGrandperrin
Copy link
Member

Oh, I'm just curious, are you trying to use honggfuzz-rs with tikv?
I forked tikv a few weeks ago to add honggfuzz-rs to this project but I didn't finish ;-)

@breezewish
Copy link
Author

@PaulGrandperrin Yes! :P I'm working on this PR: tikv/tikv#3848. The framework is adapted from https://github.com/rust-fuzz/targets (but will run on our own testing infra). Currently the main blocking stone of using honggfuzz is that, TiKV as a library is too large :( But, it's fine to introduce the framework as the first step!

@joncinque
Copy link

joncinque commented Nov 25, 2020

As a workaround for this, you check for new files matching ./hfuzz_workspace/"$fuzz_target"/*.fuzz to judge if something crashed.

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

3 participants