Module Name: src
Committed By: msaitoh
Date: Mon Jun 30 04:38:18 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1086.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-6.0.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.0.6
diff -u src/doc/CHANGES-6.0.6:1.1.2.11 src/doc/CHANGES-6.0.6:1.1.2.12
--- src/doc/CHANGES-6.0.6:1.1.2.11 Wed Jun 18 09:35:59 2014
+++ src/doc/CHANGES-6.0.6 Mon Jun 30 04:38:18 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.6,v 1.1.2.11 2014/06/18 09:35:59 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.6,v 1.1.2.12 2014/06/30 04:38:18 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.5 release to the NetBSD 6.0.6
release:
@@ -616,3 +616,9 @@ sys/rump/librump/rumpkern/klock.c 1.4
for details. For netinet6, the problem report, fix and test were done
by njoly@ on current-users@
[bouyer, ticket #1067]
+
+sys/compat/freebsd/freebsd_sched.c 1.20-1.21
+
+ Avoid NULL dereference and fix sched param conversion.
+ Pointed out by Maxime Villard.
+ [maxv, ticket #1086]