From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 4 Aug 2001 15:05:58 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.05 buffer overrun problem Message-ID: <3B6C0F56.21167.6541F@localhost> In-reply-to: <8296-Sat04Aug2001211344+0300-eliz@is.elta.co.il> References: <10108041758 DOT AA16232 AT clio DOT rice DOT edu> (sandmann AT clio DOT rice DOT edu) X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > > Date: Sat, 4 Aug 2001 12:58:36 -0500 (CDT) > > > > If you want to be safe, dynamically allocate or make the size 32Kb. > > Do we have any reason to believe that 32KB is the limit? Exactly. It looks like a growable array is the only way to go. Mark