Module Name: src
Committed By: snj
Date: Mon Apr 12 02:36:38 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1372.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-5.0.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.8 src/doc/CHANGES-5.0.3:1.1.2.9
--- src/doc/CHANGES-5.0.3:1.1.2.8 Mon Apr 12 00:49:14 2010
+++ src/doc/CHANGES-5.0.3 Mon Apr 12 02:36:38 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.8 2010/04/12 00:49:14 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.9 2010/04/12 02:36:38 snj Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -180,3 +180,11 @@
Fix by checking that handshake_dgst is not NULL before use.
[bouyer, ticket #1365]
+libexec/ftpd/popen.c 1.37
+libexec/ftpd/version.h 1.74
+
+ PR/43023: FTPD bug remote crash. Since we specify NOCHECK, in the
+ NOMATCH case gl_pathv can be NULL.
+ Update version to 20100320.
+ [lukem, ticket #1372]
+