Installed a check for miscalculated ECMA-119 tree size.

This commit is contained in:
2011-02-20 12:10:26 +01:00
parent b25ac0f52d
commit 16863755be
2 changed files with 35 additions and 2 deletions

View File

@@ -525,6 +525,12 @@ struct ecma119_image
*/
uint32_t empty_file_block;
/*
* The calculated block address after ECMA-119 tree and eventual
* tree checksum tag.
*/
uint32_t tree_end_block;
/*
* number of dirs in ECMA-119 tree, computed together with dir position,
* and needed for path table computation in a efficient way