From 67b2f1e283d23982a7b0b5eec7d546532bf0322f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Nov 2003 16:16:14 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 7abf20d52a..10019b5e0f 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-16 Paul Eggert Bruno Haible -- 2.30.2