Module Name: src
Committed By: martin
Date: Tue Apr 17 15:36:37 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Ticket #1599
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-7.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-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.85 src/doc/CHANGES-7.2:1.1.2.86
--- src/doc/CHANGES-7.2:1.1.2.85 Tue Apr 17 08:27:46 2018
+++ src/doc/CHANGES-7.2 Tue Apr 17 15:36:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.85 2018/04/17 08:27:46 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.86 2018/04/17 15:36:37 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5439,3 +5439,9 @@ sys/kern/uipc_mbuf.c 1.190
in place.
[maxv, ticket #1598]
+sys/netipsec/ipsec_mbuf.c 1.23,1.24 (patch)
+
+ Don't assume M_PKTHDR is set only on the first mbuf of the chain.
+ Fix a pretty bad mistake (IPsec DoS).
+ [maxv, ticket #1599]
+