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

utilities: Prevent deadlock in rm_util_is_nonstripped #557

Closed
wants to merge 1 commit into from

Conversation

cebtenzzre
Copy link
Collaborator

Only attempt to open regular files. It is entirely possible that we
encounter an executable FIFO, which causes open() to block indefinitely
if it is not opened for writing by another process.

Fixes #555

@cebtenzzre cebtenzzre linked an issue Aug 9, 2022 that may be closed by this pull request
Only attempt to open regular files. It is entirely possible that we
encounter an executable FIFO, which causes open() to block indefinitely
if it is not opened for writing by another process.

Fixes sahib#555
@cebtenzzre cebtenzzre changed the base branch from develop to master August 12, 2022 18:43
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.

Hang in traverse - how to debug?
1 participant