NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48787 CVS commit: src/sys/fs/cd9660



The following reply was made to PR kern/48787; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48787 CVS commit: src/sys/fs/cd9660
Date: Sat, 10 May 2014 14:11:58 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Sat May 10 14:11:58 UTC 2014
 
 Modified Files:
        src/sys/fs/cd9660: cd9660_node.c
 
 Log Message:
 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).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.30 -r1.31 src/sys/fs/cd9660/cd9660_node.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index