coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] cp,mv,install: avoid opening destination non directories


From: Pádraig Brady
Subject: [PATCH] cp,mv,install: avoid opening destination non directories
Date: Sat, 9 Apr 2022 19:38:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Thunderbird/97.0

On 09/04/2022 15:16, Pádraig Brady wrote:
0 new test failures on Solaris 10 on SPARC-Enterprise-T5220

I read these results wrong actually.
I now notice a hang on Solaris 10,
due to the new use of open(..., O_DIRECTORY) in 9.x

The attached uses an extra stat() to avoid this hang,
but only on these older systems without O_DIRECTORY.

cheers,
Pádraig

Attachment: cp-dest-fifo.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]