Module Name: src Committed By: snj Date: Mon Apr 12 02:32:57 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1372. To generate a diff of this commit: cvs rdiff -u -r1.1.2.224 -r1.1.2.225 src/doc/CHANGES-5.1 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.1 diff -u src/doc/CHANGES-5.1:1.1.2.224 src/doc/CHANGES-5.1:1.1.2.225 --- src/doc/CHANGES-5.1:1.1.2.224 Mon Apr 12 00:46:07 2010 +++ src/doc/CHANGES-5.1 Mon Apr 12 02:32:57 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.224 2010/04/12 00:46:07 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.225 2010/04/12 02:32:57 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -17163,3 +17163,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] +