diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-03 21:48:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-03 21:48:41 +0000 |
commit | d5ecc59359ec691e8c110e6f0b043956655c4965 (patch) | |
tree | cb99b4f60496cb9c3b6df8685086543769f02a0c | |
parent | f62fbb2b36d3ba2406fe9b4216082f726188ccc3 (diff) |
.
-rw-r--r-- | ext2fs/ChangeLog | 5 | ||||
-rw-r--r-- | ufs/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 42ec867e..52aa0745 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,8 @@ +2000-03-03 Roland McGrath <roland@baalperazim.frob.com> + + * dir.c (diskfs_get_directs): Don't allocate buffer for *DATA until + after scanning for ENTRY and possibly returning EOF. + 2000-02-05 Roland McGrath <roland@baalperazim.frob.com> * ext2_fs.h: Update from Linux 2.3.42 version (ext2_fs_i.h unchanged). diff --git a/ufs/ChangeLog b/ufs/ChangeLog index 02120e59..34f98d28 100644 --- a/ufs/ChangeLog +++ b/ufs/ChangeLog @@ -1,3 +1,8 @@ +2000-03-03 Roland McGrath <roland@baalperazim.frob.com> + + * dir.c (diskfs_get_directs): Don't allocate buffer for *DATA until + after scanning for ENTRY and possibly returning EOF. + 1999-10-13 Roland McGrath <roland@baalperazim.frob.com> * consts.c (diskfs_name_max): New variable. |