Module Name: src
Committed By: martin
Date: Sun May 6 13:10:10 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #813
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.192 -r1.1.2.193 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.192 src/doc/CHANGES-8.0:1.1.2.193
--- src/doc/CHANGES-8.0:1.1.2.192 Sun May 6 09:49:33 2018
+++ src/doc/CHANGES-8.0 Sun May 6 13:10:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.192 2018/05/06 09:49:33 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.193 2018/05/06 13:10:10 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -13294,3 +13294,8 @@ crypto/external/bsd/netpgp/dist/src/netp
Various documentation fixes for netpgp.
[sevan, ticket #810]
+sys/net/if_vlan.c 1.122
+
+ Avoid a bogus kmem_alloc(9) call with zero size.
+ [spz, ticket #813]
+