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

Fix async bug detector wrapper #460

Merged
merged 1 commit into from
May 31, 2023

Conversation

bertschneider
Copy link
Contributor

Await the execution of returned promises in the async bug detector wrapper, as otherwise findings would only be thrown in the next invocation.

@bertschneider bertschneider requested a review from oetr May 30, 2023 12:33
@bertschneider bertschneider force-pushed the FUZZ-702_await_async_bug_detector_wrapper branch from a7e7221 to d85e319 Compare May 30, 2023 13:07
Await the execution of returned promises in the async bug detector
wrapper, as otherwise findings would only be thrown in the next
invocation.
@bertschneider bertschneider force-pushed the FUZZ-702_await_async_bug_detector_wrapper branch from d85e319 to 13bae5c Compare May 30, 2023 13:18
Copy link
Contributor

@oetr oetr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@bertschneider bertschneider merged commit 74a26a1 into main May 31, 2023
6 checks passed
@bertschneider bertschneider deleted the FUZZ-702_await_async_bug_detector_wrapper branch May 31, 2023 10:48
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