Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/10/2005 03:13:23
Module Name:	src
Committed By:	lukem
Date:		Sun Apr 10 03:13:23 UTC 2005

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

Log Message:
In fetch_url(), don't call freeaddrinfo(res0) too early, as we use pointers
to its contents later in the function.
Problem found by Onno van der Linden.


To generate a diff of this commit:
cvs rdiff -r1.155 -r1.156 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.44 -r1.45 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.