Module Name: src
Committed By: msaitoh
Date: Wed Apr 16 06:57:19 UTC 2014
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.3
Log Message:
Ticket 1899.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-5.2.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.2.3
diff -u src/doc/CHANGES-5.2.3:1.1.2.1 src/doc/CHANGES-5.2.3:1.1.2.2
--- src/doc/CHANGES-5.2.3:1.1.2.1 Mon Jan 27 21:21:24 2014
+++ src/doc/CHANGES-5.2.3 Wed Apr 16 06:57:19 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2.3,v 1.1.2.1 2014/01/27 21:21:24 bouyer Exp $
+# $NetBSD: CHANGES-5.2.3,v 1.1.2.2 2014/04/16 06:57:19 msaitoh Exp $
A complete list of changes from the NetBSD 5.2.2 release to the NetBSD 5.2.3
release:
@@ -10,3 +10,7 @@ sys/sys/param.h patched by hand
Welcome to 5.2.2_PATCH.
[bouyer]
+sys/kern/kern_verifiedexec.c 1.132
+
+ Reorder code to avoid use-after-free on error. From Maxime Villard.
+ [maxv, ticket #1899]