From fdc7d5bdd701d9fccdabad63bdf4b79eb84ea44e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Nov 2003 08:54:59 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.47.2