Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/fsck_ext2fs
Module Name: src
Committed By: tsutsui
Date: Mon Mar 2 11:31:59 UTC 2009
Modified Files:
src/sbin/fsck_ext2fs: inode.c setup.c
Log Message:
- add a sanity check for e2fs_inode_size in readsb()
- use EXT2_DINODE_SIZE() rather than sizeof(struct ext2fs_dinode) or
struct ext2fs_dinode array/pointer to see e2fs_ipb and inode offsets
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/fsck_ext2fs/inode.c
cvs rdiff -u -r1.25 -r1.26 src/sbin/fsck_ext2fs/setup.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