Module Name: src Committed By: msaitoh Date: Wed Apr 16 06:57:55 UTC 2014
Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.5 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.1.5 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.1.5 diff -u src/doc/CHANGES-5.1.5:1.1.2.1 src/doc/CHANGES-5.1.5:1.1.2.2 --- src/doc/CHANGES-5.1.5:1.1.2.1 Mon Jan 27 21:18:45 2014 +++ src/doc/CHANGES-5.1.5 Wed Apr 16 06:57:55 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1.5,v 1.1.2.1 2014/01/27 21:18:45 bouyer Exp $ +# $NetBSD: CHANGES-5.1.5,v 1.1.2.2 2014/04/16 06:57:55 msaitoh Exp $ A complete list of changes from the NetBSD 5.1.4 release to the NetBSD 5.1.5 release: @@ -10,3 +10,7 @@ sys/sys/param.h patched by hand Welcome to 5.1.4_PATCH. [bouyer] +sys/kern/kern_verifiedexec.c 1.132 + + Reorder code to avoid use-after-free on error. From Maxime Villard. + [maxv, ticket #1899]