Module Name:    src
Committed By:   bouyer
Date:           Wed May 21 21:50:35 UTC 2014

Modified Files:
        src/doc [netbsd-5-2]: CHANGES-5.2.3

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.2.3

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.2.3
diff -u src/doc/CHANGES-5.2.3:1.1.2.5 src/doc/CHANGES-5.2.3:1.1.2.6
--- src/doc/CHANGES-5.2.3:1.1.2.5	Wed May 14 05:27:47 2014
+++ src/doc/CHANGES-5.2.3	Wed May 21 21:50:35 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2.3,v 1.1.2.5 2014/05/14 05:27:47 msaitoh Exp $
+# $NetBSD: CHANGES-5.2.3,v 1.1.2.6 2014/05/21 21:50:35 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.2.2 release to the NetBSD 5.2.3
 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]
+

Reply via email to