summaryrefslogtreecommitdiff
path: root/init.cfg
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2022-04-09 15:46:52 +0100
committerPádraig Brady <P@draigBrady.com>2022-04-09 22:21:24 +0100
commitcc01b8a8f43bd1e02339322595f7a20e72a8c155 (patch)
treeef417e854cc0bbc4002012ee01cefec13952e048 /init.cfg
parent54bec51754c963562378c85b0e1561b84c326785 (diff)
downloadcoreutils-cc01b8a8f43bd1e02339322595f7a20e72a8c155.tar.gz
cp,mv,install: avoid opening non directory destination
commit v9.0-66-ge2daa8f79 introduced an issue, for example where cp could hang when overwriting a destination fifo, when it would try to open() the fifo on systems like Solaris 10 that didn't support the O_DIRECTORY flag. This is still racy on such systems, but only in the case where a directory is replaced by a fifo in the small window between stat() and open(). * src/system.h (target_directory_operand): On systems without O_DIRECTORY, ensure the file is a directory before attempting to open(). * tests/cp/special-f.sh: Protect cp with timeout(1), as cp was seen to hang when trying to overwrite an existing fifo. * NEWS: Mention the bug fix.
Diffstat (limited to 'init.cfg')
0 files changed, 0 insertions, 0 deletions