Module Name: src
Committed By: snj
Date: Sun Oct 19 19:46:56 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
ticket 1168
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-6.0.7
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.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.1 src/doc/CHANGES-6.0.7:1.1.2.2
--- src/doc/CHANGES-6.0.7:1.1.2.1 Mon Sep 29 18:48:10 2014
+++ src/doc/CHANGES-6.0.7 Sun Oct 19 19:46:56 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.1 2014/09/29 18:48:10 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.2 2014/10/19 19:46:56 snj Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -8,6 +8,12 @@ doc/README.files patched by hand
gnu/usr.bin/groff/tmac/mdoc.local patched by hand
sys/sys/param.h patched by hand
- Welcome to 6.0.5_PATCH.
+ Welcome to 6.0.6_PATCH.
[snj]
+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]
+