Module Name: src
Committed By: msaitoh
Date: Mon Jun 30 10:54:37 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1909.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-5.3
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-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.61 src/doc/CHANGES-5.3:1.1.2.62
--- src/doc/CHANGES-5.3:1.1.2.61 Fri Jun 6 07:01:26 2014
+++ src/doc/CHANGES-5.3 Mon Jun 30 10:54:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.61 2014/06/06 07:01:26 msaitoh Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.62 2014/06/30 10:54:37 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -854,3 +854,9 @@ crypto/dist/openssl/ssl/ssl3.h patch
Fixes CVE-2014-0224, CVE-2014-0221, CVE-2014-0195 and CVE-2014-3470.
[spz, ticket #1908]
+
+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 #1909]