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
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
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
3 matches
Mail list logo