Module Name: src
Committed By: msaitoh
Date: Tue Mar 18 09:44:02 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1034.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.97 src/doc/CHANGES-6.2:1.1.2.98
--- src/doc/CHANGES-6.2:1.1.2.97 Tue Mar 18 08:57:53 2014
+++ src/doc/CHANGES-6.2 Tue Mar 18 09:44:02 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.97 2014/03/18 08:57:53 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.98 2014/03/18 09:44:02 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -1382,3 +1382,8 @@ sys/ufs/ufs/ufs_quota2.c 1.37
distrib/sets/lists/comp/md.amd64 patch
Build fix with MKDEBUG=yes on amd64.
[mlelstv, ticket #1030]
+
+sys/kern/kern_verifiedexec.c 1.132
+
+ Reorder code to avoid use-after-free on error.
+ [maxv, ticket #1034]