Source-Changes archive

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

CVS commit: src/sbin/newfs_ext2fs



Module Name:    src
Committed By:   tsutsui
Date:           Mon Nov 19 15:11:50 UTC 2007

Modified Files:
        src/sbin/newfs_ext2fs: mke2fs.c

Log Message:
- fix a possible integer overflow
- initialize inode generation numbers with random numbers for NFS
  like newfs(8) as man page said
  XXX: sys/ufs/ext2fs/ext2fs_alloc.c:ext2fs_valloc() seems to override
       these generated numbers.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sbin/newfs_ext2fs/mke2fs.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