On Sat, Apr 21, 2012, Peter Jeremy wrote:
> On 2012-Apr-21 06:08:02 +, David Schultz wrote:
> >Log:
> > Fix a bug introduced in r187302 that was causing fputws() to enter an
> > infinite loop pretty much unconditionally.
>
> Unfortunately, I suspect you've just turned an unconditional infin
On 2012-Apr-21 06:08:02 +, David Schultz wrote:
>Log:
> Fix a bug introduced in r187302 that was causing fputws() to enter an
> infinite loop pretty much unconditionally.
Unfortunately, I suspect you've just turned an unconditional infinite
loop into a conditional one. There's still a "wsp
Author: das
Date: Sat Apr 21 06:08:02 2012
New Revision: 234528
URL: http://svn.freebsd.org/changeset/base/234528
Log:
Fix a bug introduced in r187302 that was causing fputws() to enter an
infinite loop pretty much unconditionally. It's remarkable that the
patch that introduced the bug was