svn commit: r262890 - in head/lib/libc: stdio string

Eitan Adler eadler at FreeBSD.org
Fri Mar 7 15:35:56 UTC 2014


Author: eadler
Date: Fri Mar  7 15:35:54 2014
New Revision: 262890
URL: http://svnweb.freebsd.org/changeset/base/262890

Log:
  libc man pages: Remove reference to non-existent FreeBSD Security
  Architecture
  
  MFC After:	3 days

Modified:
  head/lib/libc/stdio/tmpnam.3
  head/lib/libc/string/strcat.3
  head/lib/libc/string/strcpy.3

Modified: head/lib/libc/stdio/tmpnam.3
==============================================================================
--- head/lib/libc/stdio/tmpnam.3	Fri Mar  7 14:44:13 2014	(r262889)
+++ head/lib/libc/stdio/tmpnam.3	Fri Mar  7 15:35:54 2014	(r262890)
@@ -244,5 +244,3 @@ file permissions may be specified.
 It is strongly suggested that
 .Xr mkstemp 3
 be used in place of these functions.
-(See
-the FSA.)

Modified: head/lib/libc/string/strcat.3
==============================================================================
--- head/lib/libc/string/strcat.3	Fri Mar  7 14:44:13 2014	(r262889)
+++ head/lib/libc/string/strcat.3	Fri Mar  7 15:35:54 2014	(r262890)
@@ -103,8 +103,6 @@ The
 function is easily misused in a manner
 which enables malicious users to arbitrarily change
 a running program's functionality through a buffer overflow attack.
-(See
-the FSA.)
 .Pp
 Avoid using
 .Fn strcat .

Modified: head/lib/libc/string/strcpy.3
==============================================================================
--- head/lib/libc/string/strcpy.3	Fri Mar  7 14:44:13 2014	(r262889)
+++ head/lib/libc/string/strcpy.3	Fri Mar  7 15:35:54 2014	(r262890)
@@ -210,7 +210,3 @@ The
 function is easily misused in a manner which enables malicious users
 to arbitrarily change a running program's functionality through a
 buffer overflow attack.
-(See
-the FSA
-and
-.Sx EXAMPLES . )


More information about the svn-src-all mailing list