From: Jim Meyering Date: Sat, 4 Jul 1998 00:48:15 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16r~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e13b5e49d30c5c45ca71cc2c3e81476d009c861;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 77a74d5c6a..010dbe1586 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +1998-06-30 Paul Eggert + + * lib/mountlist.c: (read_filesystem_list): + Don't leak memory on failure. + Don't create a dummy struct mount_entry entry; + use the address-of-the-tail-address method instead. + Preserve errno if possible on failure, setting it to 0 if inapplicable. + Close file descriptor leak if the F_SETLKW failed. + Report an error if SVR4 lock file cannot be opened for some reason + other than a nonexistent lock file. + 1998-07-03 Jim Meyering * configure.in (AM_WITH_REGEX): Remove. Now the replacement