diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-01-07 17:03:55 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-01-07 17:03:55 +0000 |
commit | 58ef6ed22655adf4a797bedb85da862f872b10b8 (patch) | |
tree | d8ed3c5792662e964344adb1ab1154843c1b8c31 /ext2fs/ChangeLog | |
parent | c39b618a82580064c268ac9c88b4fe414741a1ec (diff) |
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>.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 10 |
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 |