]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 1 Nov 2003 08:54:59 +0000 (08:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Nov 2003 08:54:59 +0000 (08:54 +0000)
lib/ChangeLog

index 8b8fd6b69615a14531b61802a735dd7b9cda77c7..564a0dc6678a6970a334c0e776c4d64abef0cb8d 100644 (file)
@@ -1,3 +1,12 @@
+2003-10-31  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <jim@meyering.net>
 
        * hash.c: Include "xalloc.h" for use of xalloc_oversized.