diff options
author | chris <chris@FreeBSD.org> | 2002-01-05 20:36:47 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2002-01-05 20:36:47 +0000 |
commit | fe1ce55be7ab2b07718a810dc728e69a7e426c81 (patch) | |
tree | 65695a1c703917f849d5cb43ac1986721a11db78 /lib/libc | |
parent | b2713a0da3c91b237153c65e8cd7cf2096462399 (diff) | |
download | FreeBSD-src-fe1ce55be7ab2b07718a810dc728e69a7e426c81.zip FreeBSD-src-fe1ce55be7ab2b07718a810dc728e69a7e426c81.tar.gz |
Include a section cross-reference to `EXAMPLES' in `SECURITY
CONSIDERATIONS' as a source for relevant sample code.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strcpy.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index f74f8b8..bb1d948 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -156,7 +156,9 @@ 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.) +the FSA +and +.Sx EXAMPLES . ) .Sh SEE ALSO .Xr bcopy 3 , .Xr memccpy 3 , |