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

Async/Await Code #83

Closed
MTRNord opened this issue Jun 28, 2021 · 1 comment
Closed

Async/Await Code #83

MTRNord opened this issue Jun 28, 2021 · 1 comment

Comments

@MTRNord
Copy link

MTRNord commented Jun 28, 2021

High due to lack of another way reach you I am having to ask in here:

Is there a way to fuzz rust async/await code? (which uses tokio).
As I want to fuzz a crate that relies very much on async/await and without it most likely a lot of functions cannot be fuzzed. So I am wondering if there is a way to do this. I imagine tokio::spawn would cause panics to not get catched as the context changes for the code.

@Manishearth
Copy link
Member

I don't think tokio::spawn will be an issue at all.

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

2 participants