icheck.c (do_icheck): Check to make sure the inode has valid blocks
before iterating over that inode's blocks.
+1999-02-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * icheck.c (do_icheck): Check to make sure the inode has valid
+ blocks before iterating over that inode's blocks.
+
1999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Release of E2fsprogs 1.14
while (ino) {
if (!inode.i_links_count)
goto next;
+ if (!ext2fs_inode_has_valid_blocks(&inode))
+ goto next;
/*
* To handle filesystems touched by 0.3c extfs; can be
* removed later.