FinalLody / unyaffs

Automatically exported from code.google.com/p/unyaffs
0 stars 0 forks source link

unyaffs2 for extracting a file #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Dear all:

I have a problem about the unyaffs2 when extracting a file.

Should we read the tag info for the correct chunk size (pt->t.byteCount)
before extracting each chunk of a file (see the attached patch)? 

The original codes uses the tag info of the object header chunk, instead of
the tag for each data chunk. 

Did anyone have this issue?
Or it is my mistake.... 

Original issue reported on code.google.com by penguin.lin on 3 Feb 2010 at 1:19

Attachments:

GoogleCodeExporter commented 9 years ago
It's my misunderstanding... sorry!

Original comment by penguin.lin on 3 Feb 2010 at 9:30