From 58ef6ed22655adf4a797bedb85da862f872b10b8 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 7 Jan 2001 17:03:55 +0000 Subject: 2000-12-21 Marcus Brinkmann * pager.c: Include . (create_disk_pager): Panic if malloc fails. Reported by Igor Khavkine . * 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 . --- ext2fs/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ext2fs/ChangeLog') 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 + + * pager.c: Include . + (create_disk_pager): Panic if malloc fails. + Reported by Igor Khavkine . + + * 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 . + 2000-12-02 Roland McGrath * inode.c (write_all_disknodes): Call diskfs_set_node_times after -- cgit v1.2.3