[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Race-condition ? (was: "Preserve owner and group" on MSDOS/Windows)
From: |
Eli Zaretskii |
Subject: |
Re: Race-condition ? (was: "Preserve owner and group" on MSDOS/Windows) |
Date: |
Sun, 26 Jun 2005 20:59:42 +0200 |
> From: "Richard M. Stallman" <address@hidden>
> Date: Sun, 26 Jun 2005 00:46:54 -0400
> Cc: address@hidden
>
> How about this fix?
>
> *** fileio.c 24 Jun 2005 15:43:20 -0400 1.547
> --- fileio.c 25 Jun 2005 16:56:28 -0400
This change will do Bad Things on MSDOS, because it calls chmod
before closing the file.
And fchown needs a similar trick on w32 as did chown.
I will fix these problems unless someone beats me to it.
- Re: "Preserve owner and group" on MSDOS/Windows, (continued)
Re: Race-condition ? (was: "Preserve owner and group" on MSDOS/Windows), Richard M. Stallman, 2005/06/26
- Re: Race-condition ?, Gaëtan LEURENT, 2005/06/26
- Re: Race-condition ? (was: "Preserve owner and group" on MSDOS/Windows),
Eli Zaretskii <=
Re: Race-condition ? (was: "Preserve owner and group" on MSDOS/Windows), Richard M. Stallman, 2005/06/26
- Re: Race-condition ?, Gaëtan LEURENT, 2005/06/26
- Re: Race-condition ?, Richard M. Stallman, 2005/06/27
- Re: Race-condition ?, Gaëtan LEURENT, 2005/06/28
- Re: Race-condition ?, Lennart Borgman, 2005/06/28
- Re: Race-condition ?, David Kastrup, 2005/06/30