Module Name: src
Committed By: msaitoh
Date: Mon Jul 14 09:15:07 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1914.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 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.63 src/doc/CHANGES-5.3:1.1.2.64
--- src/doc/CHANGES-5.3:1.1.2.63 Wed Jul 9 16:11:23 2014
+++ src/doc/CHANGES-5.3 Mon Jul 14 09:15:07 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.63 2014/07/09 16:11:23 msaitoh Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.64 2014/07/14 09:15:07 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -919,3 +919,8 @@ libexec/httpd/testsuite/data/index.html
Update bozohttpd from 20080303+patches to 20140708.
[mrg, ticket #1913]
+
+sys/kern/sys_module.c 1.15 via patch
+
+ Fix a user-controlled memory allocation.
+ [maxv, ticket #1914]