Steve Grubb writes:
authorEric Andersen <andersen@codepoet.org>
Wed, 5 May 2004 19:39:21 +0000 (19:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 5 May 2004 19:39:21 +0000 (19:39 -0000)
commit6c0396ba2ab4bf10535ef43c486c1836786fc97e
treeb18a523a463a9ca06a9c85fbb16305c87da22cce
parentaaff79a8dd00f2a9652a4bce8fbfe77715804ac2
Steve Grubb writes:

Hi,

I just re-reviewed the patch I just sent...and it needed to be BUFSIZ-3 in
dos2unix.c . tempFn is BUFSIZ so the last addressable spot it BUFSIZ-1. The loop
increments by 2. That's why it should be BUFSIZ-3.

Best Regards,
Steve Grubb
coreutils/dos2unix.c