Module Name: src
Committed By: msaitoh
Date: Wed Aug 27 15:30:45 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 54.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.24 src/doc/CHANGES-7.0:1.1.2.25
--- src/doc/CHANGES-7.0:1.1.2.24 Tue Aug 26 23:15:39 2014
+++ src/doc/CHANGES-7.0 Wed Aug 27 15:30:45 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.24 2014/08/26 23:15:39 riz Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.25 2014/08/27 15:30:45 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -393,3 +393,8 @@ sys/arch/sun3/dev/fd.c 1.78
to memset().
[tsutsui, ticket #53]
+sys/compat/osf1/osf1_file.c 1.42
+
+ Fix a bug that a local user could crash the system by making the
+ kernel perform a zero-sized memory allocation in osf1.
+ [maxv, ticket #54]