]>
Commit | Line | Data |
---|---|---|
59e0d9fe A |
1 | --- strcat.3.orig Fri May 28 16:23:18 2004 |
2 | +++ strcat.3 Fri May 28 16:23:32 2004 | |
3 | @@ -114,7 +114,7 @@ | |
4 | void | |
5 | foo(const char *arbitrary_string) | |
6 | { | |
7 | - char onstack[8]; | |
8 | + char onstack[8] = ""; | |
9 | ||
10 | #if defined(BAD) | |
11 | /* | |
12 | @@ -149,11 +149,6 @@ | |
13 | .Xr strcpy 3 , | |
14 | .Xr strlcat 3 , | |
15 | .Xr strlcpy 3 | |
16 | -.Rs | |
17 | -.%T "The FreeBSD Security Architecture" | |
18 | -.Re | |
19 | -(See | |
20 | -.Pa "/usr/share/doc/{to be decided}" . ) | |
21 | .Sh STANDARDS | |
22 | The | |
23 | .Fn strcat |