0.93 and 1.0

Matthias Andree matthias.andree at gmx.de
Tue Oct 19 04:11:14 CEST 2004


I wrote:

> MUST:
>
> - fix a TXN regression that lets t.bogodir fail on Solaris

Whew.

I squished this bug halfway. Officially, we cannot use setvbuf after any
operation on the stream, and as we're dealing with clones of the
stdout/stderr stream, we cannot use setvbuf at all - /actually/.

Practically, it appears to work if we use fflush() first, which is what
we're doing, for performance reasons.

This bug had been bothering me for quite a long time. Good riddance (I hope).

-- 
Matthias Andree



More information about the bogofilter-dev mailing list