Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/doc ticket 1168
details: https://anonhg.NetBSD.org/src/rev/eb32b25d14b8
branches: netbsd-6-1
changeset: 775996:eb32b25d14b8
user: snj <snj%NetBSD.org@localhost>
date: Sun Oct 19 19:47:09 2014 +0000
description:
ticket 1168
diffstat:
doc/CHANGES-6.1.6 | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b7152fc08d19 -r eb32b25d14b8 doc/CHANGES-6.1.6
--- a/doc/CHANGES-6.1.6 Sun Oct 19 19:40:55 2014 +0000
+++ b/doc/CHANGES-6.1.6 Sun Oct 19 19:47:09 2014 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index