Date: Wed, 10 Sep 1997 16:54:41 +0300 (IDT) From: Eli Zaretskii To: Diego Zuccato cc: djgpp-workers AT delorie DOT com Subject: Re: Transfer buffer (Was: Re: fread slowstart) In-Reply-To: <34168D9A.73D0@bo.dada.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 10 Sep 1997, Diego Zuccato wrote: > It's not possible that a tb is altered out of libc contol, right ? Wrong. Application code is free to use the transfer buffer also. > I don't remember libc functions that assume that tb isn't altered. I don't think any of them do, right now. But this doesn't change anything, because having the contents of tb change under your feet is IMHO a Bad Thing. It requires the library maintainer to be acutely aware at all times that such a possibility exists, and that ain't easy.