[ECOS] JFFS2: Problem in fs-ecos.c

eibach@gdsys.de eibach@gdsys.de
Wed Mar 24 10:48:00 GMT 2004


Hello,

in function jffs2_extend_file I find

ri->totlen = cpu_to_je32(sizeof(ri));

and 

ri->node_crc = cpu_to_je32(crc32(0, &ri, sizeof(ri)-8));

But ri is only a pointer to a jffs2_raw_inode struct.

So totlen seems to be set incorrect and causes trouble in jffs2_write_dnode.

Am I getting this right? Can it be fixed  by replacing sizeof(ri) with sizeof(*ri)?

Regards,
Dirk


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list