Subject: CVS commit: basesrc/usr.bin/ftp
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/01/2002 07:04:45
Module Name:	basesrc
Committed By:	itojun
Date:		Fri Feb  1 05:04:44 UTC 2002

Modified Files:
	basesrc/usr.bin/ftp: domacro.c

Log Message:
line2 may overrun if line is too long (> 200).  be more careful on strcpy.
XXX strlen(argv[x]) should be checked before copies.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 basesrc/usr.bin/ftp/domacro.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.