Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/usr.bin/ftp Pull up revision 1.45 (requested by lukem in ...



details:   https://anonhg.NetBSD.org/src/rev/7fc8bfa898fc
branches:  netbsd-3
changeset: 575742:7fc8bfa898fc
user:      tron <tron%NetBSD.org@localhost>
date:      Mon May 09 16:58:01 2005 +0000

description:
Pull up revision 1.45 (requested by lukem in ticket #264):
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.

diffstat:

 usr.bin/ftp/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r a55b5f11d608 -r 7fc8bfa898fc usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Mon May 09 16:57:55 2005 +0000
+++ b/usr.bin/ftp/version.h     Mon May 09 16:58:01 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.44 2005/01/12 22:37:41 lukem Exp $       */
+/*     $NetBSD: version.h,v 1.44.2.1 2005/05/09 16:58:01 tron Exp $    */
 /*-
  * Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -40,5 +40,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20050112"
+#define        FTP_VERSION     "20050410"
 #endif



Home | Main Index | Thread Index | Old Index