Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc tickets 1052, 1062
details: https://anonhg.NetBSD.org/src/rev/7fefd1e1b1e1
branches: netbsd-6-0
changeset: 774943:7fefd1e1b1e1
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed May 21 21:09:08 2014 +0000
description:
tickets 1052, 1062
diffstat:
doc/CHANGES-6.0.6 | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 7f8c5b63c57a -r 7fefd1e1b1e1 doc/CHANGES-6.0.6
--- a/doc/CHANGES-6.0.6 Wed May 21 21:06:36 2014 +0000
+++ b/doc/CHANGES-6.0.6 Wed May 21 21:09:08 2014 +0000
@@ -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 @@
- 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]
+
Home |
Main Index |
Thread Index |
Old Index