Module Name: src
Committed By: snj
Date: Fri Jul 21 04:56:46 UTC 2017
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
1455
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.98 -r1.1.2.99 src/doc/CHANGES-6.1.6
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-6.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.98 src/doc/CHANGES-6.1.6:1.1.2.99
--- src/doc/CHANGES-6.1.6:1.1.2.98 Fri Jul 14 06:24:37 2017
+++ src/doc/CHANGES-6.1.6 Fri Jul 21 04:56:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.98 2017/07/14 06:24:37 snj Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.99 2017/07/21 04:56:46 snj Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -11987,3 +11987,10 @@ usr.sbin/rtadvd/rtadvd.h 1.15
Fix the default value of rltime. PR bin/51994
[ozaki-r, ticket #1440]
+sys/dev/cgd.c patch
+
+ Avoid crashes by checking if a cgd device has been configured
+ before processing most ioctls, and failing with ENXIO if the
+ device is not configured.
+ [chs, ticket #1455]
+