Module Name: src Committed By: msaitoh Date: Wed Apr 16 06:57:34 UTC 2014
Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket 1899. To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 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.48 src/doc/CHANGES-5.3:1.1.2.49 --- src/doc/CHANGES-5.3:1.1.2.48 Thu Feb 20 13:54:42 2014 +++ src/doc/CHANGES-5.3 Wed Apr 16 06:57:34 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.3,v 1.1.2.48 2014/02/20 13:54:42 sborrill Exp $ +# $NetBSD: CHANGES-5.3,v 1.1.2.49 2014/04/16 06:57:34 msaitoh Exp $ A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3 release: @@ -716,3 +716,7 @@ lib/libpthread/pthread_mutex.c 1.57, 1 named. Also address PR/44756. [prlw1, ticket #1898] +sys/kern/kern_verifiedexec.c 1.132 + + Reorder code to avoid use-after-free on error. From Maxime Villard. + [maxv, ticket #1899]