Date: Sun, 21 Sep 1997 13:35:13 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: djgpp AT delorie DOT com, dj AT delorie DOT com Subject: Re: Bug fix: very large response files In-Reply-To: <199709210047.RAA22706@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 20 Sep 1997, Nate Eldredge wrote: > I found a bug in DJGPP's handling of very large response files > (src/libc/crt0/c1args.c). The space for the contents of the response file > was allocated with `alloca', and so any response file larger than the stack > (usually 256K) would cause a stack fault. I have changed it to use `malloc' > instead. A patch is included below. Thanks. This is a known bug. I think v2.02 will have it fixed some way (although not necessarily with the patch you propose).