rmlint icon indicating copy to clipboard operation
rmlint copied to clipboard

utilities: Prevent deadlock in rm_util_is_nonstripped

Open cebtenzzre opened this issue 2 years ago • 0 comments

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 avatar Feb 13 '22 18:02 cebtenzzre