Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc ticket 1168
details: https://anonhg.NetBSD.org/src/rev/315e4395a78e
branches: netbsd-6
changeset: 776716:315e4395a78e
user: snj <snj%NetBSD.org@localhost>
date: Sun Oct 19 19:46:44 2014 +0000
description:
ticket 1168
diffstat:
doc/CHANGES-6.2 | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 082e6ccca4f0 -r 315e4395a78e doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Sun Oct 19 19:42:01 2014 +0000
+++ b/doc/CHANGES-6.2 Sun Oct 19 19:46:44 2014 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index