Module Name: src Committed By: snj Date: Tue Jul 14 19:58:42 UTC 2009
Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: Ticket 1336. To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-4.0.2 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-4.0.2 diff -u src/doc/CHANGES-4.0.2:1.1.2.44 src/doc/CHANGES-4.0.2:1.1.2.45 --- src/doc/CHANGES-4.0.2:1.1.2.44 Sun Jul 5 14:26:51 2009 +++ src/doc/CHANGES-4.0.2 Tue Jul 14 19:58:42 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.0.2,v 1.1.2.44 2009/07/05 14:26:51 snj Exp $ +# $NetBSD: CHANGES-4.0.2,v 1.1.2.45 2009/07/14 19:58:42 snj Exp $ A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 release: @@ -717,3 +717,9 @@ Fix build problem introduced with ticket 1334. [spz, ticket #851] +dist/dhcp/client/dhclient.c 1.20 + + Limit the length of the address mask before we copy it. + Fixes CVE-2009-0692. + [tonnerre, ticket #1336] +