Date: Mon, 21 May 2001 21:05:43 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Martin Stromberg Message-Id: <1438-Mon21May2001210543+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <200105210751.JAA01829@lws256.lu.erisoft.se> (message from Martin Stromberg on Mon, 21 May 2001 09:51:11 +0200 (MET DST)) Subject: Re: realloc enhancement References: <200105210751 DOT JAA01829 AT lws256 DOT lu DOT erisoft DOT se> 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: Martin Stromberg > Date: Mon, 21 May 2001 09:51:11 +0200 (MET DST) > > Can it be that this is what caused utod to crash WINDOZE? If utod writes chunks larger than the transfer buffer, it certainly could. As far as I could see, this indeed could happen, since utod reads the file in 16KB chunks, then adds CR characters, so the chunk it writes is larger than 16KB.