From: Jim Meyering Date: Mon, 17 Nov 2003 16:13:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d37840643b24c460f6e51cc8fc8967f990d5930;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 518d94edb4..18520fac5b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-11-17 Jim Meyering + + On systems without utime and without a utimes function capable of + dealing with a NULL struct utimbuf* argument, this utime replacement + could -- in unusual circumstances -- leak a file descriptor. + * utime.c: Include and . + (utime_null): Be sure to close `fd' and to preserve errno. + Reported by Geoff Collyer via Arnold Robbins. + 2003-11-13 Jim Meyering * xalloc.h, xstrtol.c: Update from gnulib.