Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utilities: Prevent deadlock in rm_util_is_nonstripped
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
- Loading branch information