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

2016-03-30 Thread Andrey Chernov
On 30.03.2016 4:32, Pedro F. Giffuni wrote: > --- head/lib/libc/stdio/freopen.c Wed Mar 30 01:08:08 2016 > (r297406) > +++ head/lib/libc/stdio/freopen.c Wed Mar 30 01:32:08 2016 > (r297407) > @@ -66,7 +66,8 @@ freopen(const char * __restrict file, co > (void)

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

2016-03-29 Thread Pedro F. Giffuni
Author: pfg Date: Wed Mar 30 01:32:08 2016 New Revision: 297407 URL: https://svnweb.freebsd.org/changeset/base/297407 Log: freopen(3): prevent uninitialized errno. The case doesn't look very likely but clean the possibility nevertheless CID: 1018720 MFC after:1 week