Bug#563726: Patch test

2010-01-05 Thread Aurelien Jarno
On Tue, Jan 05, 2010 at 04:15:48PM +0100, Guillaume Ayoub wrote: > I tested the patch on my machine. > > - applied on tar, it fixed tar; > - applied on coreutils, it fixed touch. > > Everything seems to work now (postfix, apt-get, dpkg, etc.), but other > softwares calling futimens() may be affec

Bug#563726: Patch test

2010-01-05 Thread Guillaume Ayoub
I tested the patch on my machine. - applied on tar, it fixed tar; - applied on coreutils, it fixed touch. Everything seems to work now (postfix, apt-get, dpkg, etc.), but other softwares calling futimens() may be affected. Thanks a lot for your work, -- Guillaume Ayoub -- To UNSUBSCRIBE, em

Bug#563726: Patch

2010-01-05 Thread Aurelien Jarno
tag 563726 + patch thanks This patch makes sure that futimens is only called with a valid file descriptor. It may looks a lot of changes, but they are only due to indentation. The only added line is the "if (fd >= 0)", which makes sure that futimens() is not called with AT_FDCWD as the first argum