Module Name: src
Committed By: martin
Date: Sun Apr 1 09:14:15 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Tickets #1590 and #1591
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-7.1.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.1.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.3 src/doc/CHANGES-7.1.3:1.1.2.4
--- src/doc/CHANGES-7.1.3:1.1.2.3 Sun Mar 25 14:10:23 2018
+++ src/doc/CHANGES-7.1.3 Sun Apr 1 09:14:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.3 2018/03/25 14:10:23 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.4 2018/04/01 09:14:15 martin Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -49,3 +49,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]
+