From 1d37840643b24c460f6e51cc8fc8967f990d5930 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Nov 2003 16:13:08 +0000 Subject: *** empty log message *** --- lib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') diff --git a/lib/ChangeLog b/lib/ChangeLog index 518d94edb..18520fac5 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. -- cgit v1.2.3-54-g00ecf