Module Name: src
Committed By: bouyer
Date: Wed May 21 21:09:09 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
tickets 1052, 1062
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.0.6
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.0.6
diff -u src/doc/CHANGES-6.0.6:1.1.2.5 src/doc/CHANGES-6.0.6:1.1.2.6
--- src/doc/CHANGES-6.0.6:1.1.2.5 Wed May 14 03:56:31 2014
+++ src/doc/CHANGES-6.0.6 Wed May 21 21:09:08 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.6,v 1.1.2.5 2014/05/14 03:56:31 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.6,v 1.1.2.6 2014/05/21 21:09:08 bouyer Exp $
A complete list of changes from the NetBSD 6.0.5 release to the NetBSD 6.0.6
release:
@@ -88,3 +88,20 @@ xsrc/xfree/xc/lib/font/fontfile/dirfile.
- CVE-2014-0211: integer overflows calculating memory needs for xfs
replies
[spz, ticket #1063]
+usr.sbin/postinstall/postinstall 1.166
+
+ don't apply "ptyfsoldnodes" if /dev/pts does not exist, even if ptyfs
+ is listed in /etc/fstab. without this, postinstall happily removes
+ all your ptys leaving you with none at all. return an error if we
+ have ptyfs in /etc/fstab, but no /dev/pts.
+ [mrg, ticket #1052]
+
+sys/fs/cd9660/cd9660_node.c 1.31
+
+ PR kern/48787: inode calculation from ISO9660 block offset might get
+ truncated to 32bit - force the whole expression to be evaluated
+ as ino_t.
+ Patch from Thomas Schmitt, with minor modifications
+ (and reworded comment).
+ [martin, ticket #1062]
+