From: Jim Meyering Date: Sat, 1 Nov 2003 08:54:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc7d5bdd701d9fccdabad63bdf4b79eb84ea44e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8b8fd6b696..564a0dc667 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-10-31 Paul Eggert + + * mountlist.h (struct mount_entry.me_type_malloced): New member. + * mountlist.c (SIZE_MAX): Define if not defined already. + (read_filesystem_list): Set and use me_type_malloced. + Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or + whatever the type happens to be), for brevity and consistency. + Check for size calculation overflow on Alphas running OSF/1. + 2003-10-31 Jim Meyering * hash.c: Include "xalloc.h" for use of xalloc_oversized.