Module Name: src Committed By: snj Date: Sun Sep 12 19:00:37 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: 1453. To generate a diff of this commit: cvs rdiff -u -r1.1.2.241 -r1.1.2.242 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.241 src/doc/CHANGES-5.1:1.1.2.242 --- src/doc/CHANGES-5.1:1.1.2.241 Sun Sep 12 04:54:31 2010 +++ src/doc/CHANGES-5.1 Sun Sep 12 19:00:36 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.241 2010/09/12 04:54:31 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.242 2010/09/12 19:00:36 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -17478,3 +17478,15 @@ PLABELs required to the number before the hack was applied. [skrll, ticket #1451] +sys/dist/ipf/netinet/ip_fil_netbsd.c 1.56 + + - Fix mbuf corruption when sending ICMP errors for blocked IPv6 + packets due to wrong buffer size computations. The corrupted + mbufs could lead to a panic. + - Fix computation of link mtu where the link mtu itself is + unspecified. + - Limit ICMP error packets for IPv6 to MMTU as required by RFC4443. + This also avoids dropped errors when the length exceeds the link + mtu. + [mlelstv, ticket #1453] +