diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2014-03-10 00:53:37 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2014-03-10 00:53:37 +0000 |
| commit | c0d49a23affd9854c0632f17b8d7ded11a61f19b (patch) | |
| tree | 89df32a95988610abb1701fb98070af275514c1f /lib/libc/string | |
| parent | 658bc6ce7ed3620391dc0e034a7397d616407f79 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strcat.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strcpy.3 | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 14ce340955e7..802226980d27 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -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 . diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index efc95dfbdd22..4d4a1ee7b3ce 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -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 . ) |
