X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Fri, 05 Apr 2002 14:20:38 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Richard Dawe Message-Id: <8361-Fri05Apr2002142038+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3CAD72DF.ECCADD44@phekda.freeserve.co.uk> (message from Richard Dawe on Fri, 05 Apr 2002 10:48:15 +0100) Subject: Re: FSEXT: grow_table and realloc failure References: <2110-Fri05Apr2002091207+0300-eliz AT is DOT elta DOT co DOT il> <3CAD72DF DOT ECCADD44 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 05 Apr 2002 10:48:15 +0100 > From: Richard Dawe > > The problem is that grow_table does not currently cope with realloc() failing. Thanks for the explanation. I have no objections to the patch, although it strikes me that it would be easier to have a constant-size table in the first place. After all, the max number of handles we can have is quite small...