Re: svn commit: r234528 - head/lib/libc/stdio

2012-04-21 Thread David Schultz
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

Re: svn commit: r234528 - head/lib/libc/stdio

2012-04-21 Thread Peter Jeremy
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

svn commit: r234528 - head/lib/libc/stdio

2012-04-20 Thread David Schultz
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