Module Name: src Committed By: martin Date: Fri Feb 2 11:04:33 UTC 2018
Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1561 To generate a diff of this commit: cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-7.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-7.0.3 diff -u src/doc/CHANGES-7.0.3:1.1.2.75 src/doc/CHANGES-7.0.3:1.1.2.76 --- src/doc/CHANGES-7.0.3:1.1.2.75 Tue Jan 30 18:32:34 2018 +++ src/doc/CHANGES-7.0.3 Fri Feb 2 11:04:33 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.3,v 1.1.2.75 2018/01/30 18:32:34 martin Exp $ +# $NetBSD: CHANGES-7.0.3,v 1.1.2.76 2018/02/02 11:04:33 martin Exp $ A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 release: @@ -5203,3 +5203,7 @@ sys/netinet6/raw_ip6.c 1.160 (via pat Fix a memory corruption in ip6_get_prevhdr(). [maxv, ticket #1560] +sys/netinet6/ip6_mroute.c 1.120 + Fix a use-after-free in the Pim6 entry point. + [maxv, ticket #1561] +