Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/11/2007 00:52:39
Module Name:	src
Committed By:	lukem
Date:		Wed Apr 11 00:52:38 UTC 2007

Modified Files:
	src/usr.bin/ftp: cmds.c fetch.c util.c version.h

Log Message:
getpass() can return NULL upon error in some implementations
(as documented in older standards documents, before the API was obsoleted).
Problem observed in tnftp on Solaris by Emil Mikulic.


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 src/usr.bin/ftp/cmds.c
cvs rdiff -r1.173 -r1.174 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.135 -r1.136 src/usr.bin/ftp/util.c
cvs rdiff -r1.58 -r1.59 src/usr.bin/ftp/version.h

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