Module Name: src
Committed By: martin
Date: Sun Apr 1 09:15:43 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Tickets #1590 and #1591
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 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.96 src/doc/CHANGES-7.0.3:1.1.2.97
--- src/doc/CHANGES-7.0.3:1.1.2.96 Sun Mar 25 14:12:19 2018
+++ src/doc/CHANGES-7.0.3 Sun Apr 1 09:15:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.96 2018/03/25 14:12:19 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.97 2018/04/01 09:15:43 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5357,3 +5357,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]
+