Module Name: src
Committed By: snj
Date: Sun Oct 19 19:47:09 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
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.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.1 src/doc/CHANGES-6.1.6:1.1.2.2
--- src/doc/CHANGES-6.1.6:1.1.2.1 Mon Sep 29 18:44:42 2014
+++ src/doc/CHANGES-6.1.6 Sun Oct 19 19:47:09 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.1 2014/09/29 18:44:42 snj Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.2 2014/10/19 19:47:09 snj Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -11,3 +11,9 @@ sys/sys/param.h patched by hand
Welcome to 6.1.5_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]
+