svn commit: r339829 - stable/11/lib/libc/stdio
Cy Schubert
cy at FreeBSD.org
Sun Oct 28 00:57:51 UTC 2018
Author: cy
Date: Sun Oct 28 00:57:44 2018
New Revision: 339829
URL: https://svnweb.freebsd.org/changeset/base/339829
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@
Modified:
stable/11/lib/libc/stdio/fgets.3
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/stdio/fgets.3
==============================================================================
--- stable/11/lib/libc/stdio/fgets.3 Sun Oct 28 00:57:39 2018 (r339828)
+++ stable/11/lib/libc/stdio/fgets.3 Sun Oct 28 00:57:44 2018 (r339829)
@@ -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