Module Name: src
Committed By: bouyer
Date: Sun Jun 21 11:23:22 UTC 2009
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
Ticket 1328
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-4.0.2
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-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.35 src/doc/CHANGES-4.0.2:1.1.2.36
--- src/doc/CHANGES-4.0.2:1.1.2.35 Wed Jun 17 20:17:40 2009
+++ src/doc/CHANGES-4.0.2 Sun Jun 21 11:23:22 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.35 2009/06/17 20:17:40 jdc Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.36 2009/06/21 11:23:22 bouyer Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -625,3 +625,8 @@
problem, and checked that root can still change the root password.)
[tonnerre, ticket #1326]
+sys/compat/linux/common/linux_sched.c 1.59
+
+ In linux_sys_sched_getaffinity(), do not leak memory on error.
+ [njoly, ticket #1328]
+