Author :
martijn
Date :
2025-01-30 17:08:10
Hash :2402f85a Message :When struct ext2fs_dinode was extended in r1.15 fsck_ext2fs wasn't
adjusted and ckinode() would copy over more than the 128 bytes that a
caller would assume. Use EXT2_DINODE_SIZE() to make sure we stick to the
expected 128 bytes.
OK miod@