Module Name: src
Committed By: msaitoh
Date: Mon Jul 14 06:34:22 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1097 and 1098.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.122 src/doc/CHANGES-6.2:1.1.2.123
--- src/doc/CHANGES-6.2:1.1.2.122 Wed Jul 9 09:50:24 2014
+++ src/doc/CHANGES-6.2 Mon Jul 14 06:34:22 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.122 2014/07/09 09:50:24 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.123 2014/07/14 06:34:22 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -2952,3 +2952,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]