From: Jim Meyering Date: Mon, 17 Nov 2003 16:16:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b2f1e283d23982a7b0b5eec7d546532bf0322f;p=pspp *** empty log message *** --- 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