Module Name: src
Committed By: martin
Date: Sun Apr 1 09:13:25 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Tickets #1590 and #1591
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 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.80 src/doc/CHANGES-7.2:1.1.2.81
--- src/doc/CHANGES-7.2:1.1.2.80 Sun Mar 25 14:07:56 2018
+++ src/doc/CHANGES-7.2 Sun Apr 1 09:13:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.80 2018/03/25 14:07:56 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.81 2018/04/01 09:13:25 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5389,3 +5389,13 @@ doc/3RDPARTY 1.1506 (patch)
Updated tzdata to 2018d.
[kre, ticket #1589]
+sys/netinet6/ip6_forward.c 1.91 (patch)
+
+ Fix two IPv6 ipsec use-after-free issues.
+ [maxv, ticket #1590]
+
+sys/netinet6/raw_ip6.c 1.161
+
+ Fix use-after-free.
+ [maxv, ticket #1591]
+