From 08acb4201d53562fcbcece79de54b7314a7f8f9d Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 7 Jan 2001 17:04:49 +0000 Subject: 2000-12-21 Marcus Brinkmann * dir.c (ftpfs_dir_create): New macro INIT_HTABLE_LEN to specify initialize htable_len. New variable htable, allocate memory to it with calloc before acquiring a node reference. If this fails, return any allocated memory and return with ENOMEM. Set new->htable_len to INIT_HTABLE_LEN and new->htable to htable. Don't bzero htable anymore, as we use calloc. --- ftpfs/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ftpfs/ChangeLog') diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog index 9c69c5a9..a339fec7 100644 --- a/ftpfs/ChangeLog +++ b/ftpfs/ChangeLog @@ -1,3 +1,13 @@ +2000-12-21 Marcus Brinkmann + + * dir.c (ftpfs_dir_create): New macro INIT_HTABLE_LEN to + specify initialize htable_len. New variable htable, + allocate memory to it with calloc before acquiring a node + reference. If this fails, return any allocated memory and + return with ENOMEM. Set new->htable_len to INIT_HTABLE_LEN + and new->htable to htable. Don't bzero htable anymore, as + we use calloc. + 2000-07-26 Mark Kettenis * Makefile (HURDLIBS): Reorder libs such that the threads lib -- cgit v1.2.3