Eric Blake wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
From: Rolf Campbell
I believe there is a race-condition in "mkdir -p". Specifically, if the
directory does not exist *yet* when stat is called on line #98 of
"coreutils-5.97/lib/mkdir-p.c", but the directory *does* exist by the
ti
Rolf Campbell wrote:
I believe there is a race-condition in "mkdir -p". Specifically, if the
directory does not exist *yet* when stat is called on line #98 of
"coreutils-5.97/lib/mkdir-p.c", but the directory *does* exist by the
time line #190 of the same file calls mkdir(), then the program w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
From: Rolf Campbell
> I believe there is a race-condition in "mkdir -p". Specifically, if the
> directory does not exist *yet* when stat is called on line #98 of
> "coreutils-5.97/lib/mkdir-p.c", but the directory *does* exist by the
> time line #190
I believe there is a race-condition in "mkdir -p". Specifically, if the
directory does not exist *yet* when stat is called on line #98 of
"coreutils-5.97/lib/mkdir-p.c", but the directory *does* exist by the
time line #190 of the same file calls mkdir(), then the program will
error with "File
4 matches
Mail list logo