X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_summary.c;h=20b27d843c739f4e222b7ddfe5132d9ea408f6e8;hp=49eaef1afbca461e7cacd884c2a8fe385fd41e40;hb=eeb0f17a7a2280ec4f20b46ec40a4997f1b7d2e7;hpb=d30818059a7c8300c0afb77e936067fd95840c3e diff --git a/yaffs_summary.c b/yaffs_summary.c index 49eaef1..20b27d8 100644 --- a/yaffs_summary.c +++ b/yaffs_summary.c @@ -214,7 +214,7 @@ int yaffs_summary_read(struct yaffs_dev *dev, tags.obj_id != YAFFS_OBJECTID_SUMMARY || tags.chunk_used == 0 || tags.ecc_result > YAFFS_ECC_RESULT_FIXED || - this_tx != tags.n_bytes) + tags.n_bytes != (this_tx + sizeof(hdr))) result = YAFFS_FAIL; if (result != YAFFS_OK) break;