Module Name: src
Committed By: snj
Date: Sun Oct 19 19:46:44 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
ticket 1168
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.135 -r1.1.2.136 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.135 src/doc/CHANGES-6.2:1.1.2.136
--- src/doc/CHANGES-6.2:1.1.2.135 Tue Sep 30 00:30:00 2014
+++ src/doc/CHANGES-6.2 Sun Oct 19 19:46:44 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.135 2014/09/30 00:30:00 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.136 2014/10/19 19:46:44 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -3815,3 +3815,10 @@ share/man/man9/iic.9 1.10
Correct return type of iic_release_bus.
[riastradh, ticket #1130]
+
+sys/compat/freebsd/freebsd_sysctl.c 1.17
+
+ Do not access a userland pointer from kernel space directly, use
+ copyin() instead, avoiding a crash.
+ [maxv, ticket #1168]
+