ljvblfz / unyaffs

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

ISsue when processing Nanddump image with Chunk Size of 4096 as opposed to 2048 #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to process yaffs dump generated via nanddump 

What steps will reproduce the problem?
1. block size = 4096 
2. spare data = 128
3.

What is the expected output? What do you see instead?

Have changed pt->t.bytecount to a number of values, when they are identified 
*oh always has the correct values and these have been verified

when generating full_path_name via (char *) malloc(strlen(oh->name) + 
strlen(ob_list[oh->parentObjectID]) + 2); it crashes 

I am not familiar with C enough to work out why any help is appreciated

What version of the product are you using? On what operating system?

latest revision
Please provide any additional information below.

Original issue reported on code.google.com by peter.pi...@gmail.com on 27 Jun 2011 at 4:31