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

Add missing timeout in util_wait_yield_run() #9644

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

franzpoeschel
Copy link
Contributor

util_wait_yield_run() in prov/util/src/util_wait.c currently ignores the timeout parameter, leading to hanging applications on our end. This PR copies the timeout logic from util_wait_fd_run() in the same file.

Signed-off-by: Franz Pöschel <franz.poeschel@gmail.com>
Copy link
Contributor

@j-xiong j-xiong left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

@j-xiong j-xiong merged commit 22c9d04 into ofiwg:main Dec 16, 2023
12 checks passed
@franzpoeschel franzpoeschel deleted the fix-missing-timout branch December 17, 2023 00:45
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.

2 participants