Module Name: src
Committed By: martin
Date: Thu Feb 15 07:59:23 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #548 and #549
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.123 src/doc/CHANGES-8.0:1.1.2.124
--- src/doc/CHANGES-8.0:1.1.2.123 Mon Feb 12 20:32:59 2018
+++ src/doc/CHANGES-8.0 Thu Feb 15 07:59:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.123 2018/02/12 20:32:59 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.124 2018/02/15 07:59:23 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -9642,3 +9642,13 @@ sys/netinet/ip_input.c 1.366
Don't allow source-routed packets by default.
[maxv, ticket #547]
+sys/dev/i2c/files.i2c 1.84 via patch
+
+ Delete superflous 'define dbcool {}' line.
+ [uwe, ticket #548]
+
+sys/netipsec/xform_ah.c 1.80-1.81 via patch
+
+ Fix use-after-free and and add more consistency checks.
+ [maxv, ticket #549]
+