svn commit: r339828 - stable/12/lib/libc/stdio
Cy Schubert
cy at FreeBSD.org
Sun Oct 28 00:57:41 UTC 2018
Author: cy
Date: Sun Oct 28 00:57:39 2018
New Revision: 339828
URL: https://svnweb.freebsd.org/changeset/base/339828
Log:
Follow up on r331936. gets_s(3) will also fail in the same way that
gets(3) does. This was missed in r331936.
Reported by: emaste@
Approved by: re (kib@)
Modified:
stable/12/lib/libc/stdio/fgets.3
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/lib/libc/stdio/fgets.3
==============================================================================
--- stable/12/lib/libc/stdio/fgets.3 Sat Oct 27 23:31:42 2018 (r339827)
+++ stable/12/lib/libc/stdio/fgets.3 Sun Oct 28 00:57:39 2018 (r339828)
@@ -140,6 +140,8 @@ or
.Pp
The function
.Fn gets
+and
+.Fn gets_s
may also fail and set
.Va errno
for any of the errors specified for the routine
More information about the svn-src-stable
mailing list