Module Name: src
Committed By: msaitoh
Date: Mon Jul 14 06:34:51 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1097 and 1098.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-6.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-6.1.5
diff -u src/doc/CHANGES-6.1.5:1.1.2.14 src/doc/CHANGES-6.1.5:1.1.2.15
--- src/doc/CHANGES-6.1.5:1.1.2.14 Wed Jul 9 09:51:22 2014
+++ src/doc/CHANGES-6.1.5 Mon Jul 14 06:34:51 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.5,v 1.1.2.14 2014/07/09 09:51:22 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.5,v 1.1.2.15 2014/07/14 06:34:51 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5
release:
@@ -653,3 +653,13 @@ libexec/httpd/small/Makefile 1.2
Update bozohttpd from 20111118 to 20140708.
[mrg, ticket #1095]
+
+sys/kern/kern_core.c 1.23
+
+ Fix a read-beyond-end string read.
+ [maxv, ticket #1097]
+
+sys/kern/sys_module.c 1.15
+
+ Fix a user-controlled memory allocation.
+ [maxv, ticket #1098]