X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 24 Dec 2001 09:47:49 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: v2.03 refresh issue - passing 3K argument list [was Re: A new bug?] Message-ID: <3C26F9C5.15660.131637@localhost> In-reply-to: <3C26CF59.9AFF10B4@is.elta.co.il> 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 > I think that's the change in glob Mark mentioned: there's a 2000-character > buffer there used for globbing, and using quotes makes this a single > argument that needs to fit into that buffer. And Bash 2.04's dosexec.c has a workaround (search for '2000') to not allow arguments over 2000 bytes long to prevent a crash because of the overflow bug. Bash 2.05 has no such protection since it's meant to be used with libc 2.04.