Module Name: src Committed By: snj Date: Fri Oct 15 23:27:12 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: 1456 To generate a diff of this commit: cvs rdiff -u -r1.1.2.245 -r1.1.2.246 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.245 src/doc/CHANGES-5.1:1.1.2.246 --- src/doc/CHANGES-5.1:1.1.2.245 Wed Sep 22 22:53:53 2010 +++ src/doc/CHANGES-5.1 Fri Oct 15 23:27:12 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.245 2010/09/22 22:53:53 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.246 2010/10/15 23:27:12 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -17508,3 +17508,9 @@ Avoid integer overflow that can lead to buffer overflow. [christos, ticket #1455] +libexec/httpd/bozohttpd.c patch + + Fix a serious error in vhost handling; "Host:.." would allow + access to the next level directory from the virtual root directory. + [mrg, ticket #1456] +