Date: Tue, 3 Apr 2018 23:54:31 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Cy Schubert <cy@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r331945 - head/lib/libc/stdio Message-ID: <20180403205431.GO1774@kib.kiev.ua> In-Reply-To: <201804032038.w33KcPsj069863@repo.freebsd.org> References: <201804032038.w33KcPsj069863@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 03, 2018 at 08:38:25PM +0000, Cy Schubert wrote: > Author: cy > Date: Tue Apr 3 20:38:25 2018 > New Revision: 331945 > URL: https://svnweb.freebsd.org/changeset/base/331945 > > Log: > Correct the version number for gets_s(3). > > Reported by: kib@ > MFC after: 2 weeks > X-MFC with: r331936 > Differential Revision: https://reviews.freebsd.org/D12785 > > Modified: > head/lib/libc/stdio/Symbol.map > > Modified: head/lib/libc/stdio/Symbol.map > ============================================================================== > --- head/lib/libc/stdio/Symbol.map Tue Apr 3 20:22:02 2018 (r331944) > +++ head/lib/libc/stdio/Symbol.map Tue Apr 3 20:38:25 2018 (r331945) > @@ -160,12 +160,12 @@ FBSD_1.3 { Please re-read my previous mail. > open_wmemstream; > mkostemp; > mkostemps; > + gets_s; > }; > > FBSD_1.4 { > fdclose; > fopencookie; > - gets_s; > }; > > FBSDprivate_1.0 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180403205431.GO1774>