Module Name: src
Committed By: martin
Date: Tue Apr 17 16:03:37 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #773
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.185 -r1.1.2.186 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.185 src/doc/CHANGES-8.0:1.1.2.186
--- src/doc/CHANGES-8.0:1.1.2.185 Tue Apr 17 08:37:22 2018
+++ src/doc/CHANGES-8.0 Tue Apr 17 16:03:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.185 2018/04/17 08:37:22 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.186 2018/04/17 16:03:36 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -13013,3 +13013,10 @@ sys/miscfs/procfs/procfs_subr.c 1.112
of VOP_REVOKE().
[hannken, ticket #772]
+sys/netipsec/ipsec_mbuf.c 1.23,1.24
+
+ Don't assume M_PKTHDR is set only on the first mbuf of the chain.
+ Fix a pretty bad mistake (IPsec DoS).
+ [maxv, ticket #773]
+
+