Changeset 740 for vendor/current/source3/torture/t_stringoverflow.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/torture/t_stringoverflow.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/torture/t_stringoverflow.c
r414 r740 3 3 int main(void) 4 4 { 5 fstring dest;5 ; 6 6 char *ptr = dest; 7 7 … … 18 18 #endif /* 0 */ 19 19 20 pstrcpy(ptr, "hello!");20 strcpy(ptr, "hello!"); 21 21 22 22 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.
