Module Name: src
Committed By: martin
Date: Thu Feb 15 08:06:53 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1568
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 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.80 src/doc/CHANGES-7.0.3:1.1.2.81
--- src/doc/CHANGES-7.0.3:1.1.2.80 Mon Feb 12 18:44:38 2018
+++ src/doc/CHANGES-7.0.3 Thu Feb 15 08:06:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.80 2018/02/12 18:44:38 snj Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.81 2018/02/15 08:06:53 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5234,3 +5234,8 @@ sys/arch/sparc/sparc/timerreg.h 1.10
Fix time goes backwards problems on sparc.
[mrg, ticket #1552]
+sys/netipsec/xform_ah.c 1.80-1.81 via patch
+
+ Fix use-after-free and and add more consistency checks.
+ [maxv, ticket #1568]
+