ChangeLog, dirblock.c:
dirblock.c (ext2fs_read_dir_block): Fix a potential case where we may
overrun allocated memory in case of a corrupted filesystem (or an
e2fsck test case :-) when byte-swapping the directory block.
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 7675edb..ad38026 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,5 +1,10 @@
2001-01-05 <tytso@snap.thunk.org>
+ * dirblock.c (ext2fs_read_dir_block): Fix a potential case where
+ we may overrun allocated memory in case of a corrupted
+ filesystem (or an e2fsck test case :-) when byte-swapping
+ the directory block.
+
* ext2fs.h: Indent the #warning to fix gcc -Wall complaint.
* mkjournal.c (ext2fs_add_journal_device): Fix various gcc -Wall