Module Name: src
Committed By: bouyer
Date: Wed May 21 21:50:36 UTC 2014
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.5
Log Message:
ticket 1904
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-5.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-5.1.5
diff -u src/doc/CHANGES-5.1.5:1.1.2.5 src/doc/CHANGES-5.1.5:1.1.2.6
--- src/doc/CHANGES-5.1.5:1.1.2.5 Wed May 14 05:26:31 2014
+++ src/doc/CHANGES-5.1.5 Wed May 21 21:50:36 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.5,v 1.1.2.5 2014/05/14 05:26:31 msaitoh Exp $
+# $NetBSD: CHANGES-5.1.5,v 1.1.2.6 2014/05/21 21:50:36 bouyer Exp $
A complete list of changes from the NetBSD 5.1.4 release to the NetBSD 5.1.5
release:
@@ -74,3 +74,12 @@ xsrc/xfree/xc/lib/font/fontfile/dirfile.
- CVE-2014-0211: integer overflows calculating memory needs for xfs
replies
[spz, ticket #1905]
+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 #1904]
+