Module Name: src Committed By: martin Date: Tue Jan 30 18:22:29 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Ticket #527 To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-8.0 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-8.0 diff -u src/doc/CHANGES-8.0:1.1.2.107 src/doc/CHANGES-8.0:1.1.2.108 --- src/doc/CHANGES-8.0:1.1.2.107 Fri Jan 26 19:53:10 2018 +++ src/doc/CHANGES-8.0 Tue Jan 30 18:22:29 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.107 2018/01/26 19:53:10 martin Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.108 2018/01/30 18:22:29 martin Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -9264,3 +9264,11 @@ sys/netipsec/xform_ah.c 1.75-1.76 to remotely crash the kernel with a single packet. [maxv, ticket #512] +sys/netinet6/frag6.c 1.65 +sys/netinet6/ip6_input.c 1.187 +sys/netinet6/ip6_var.h 1.78 +sys/netinet6/raw_ip6.c 1.160 + + Fix a memory corruption in ip6_get_prevhdr(). + [maxv, ticket #527] +