summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 76a167b7..2f4d0d67 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,13 @@
+2000-12-21 Marcus Brinkmann <marcus@gnu.org>
+
+ * pager.c: Include <errno.h>.
+ (create_disk_pager): Panic if malloc fails.
+ Reported by Igor Khavkine <i_khavki@alcor.concordia.ca>.
+
+ * inode.c (diskfs_get_translator): If malloc fails, set err to ENOMEM.
+ Initialize err with 0, and return it at the end of the function.
+ Reported by Igor Khavkine <i_khavki@alcor.concordia.ca>.
+
2000-12-02 Roland McGrath <roland@frob.com>
* inode.c (write_all_disknodes): Call diskfs_set_node_times after