Described libisofs MD5 recording and implemented checksum array checksum

and stream detectable session checksum tag.
This commit is contained in:
2009-08-13 17:19:58 +02:00
parent ecf2ca044e
commit 40c39af271
4 changed files with 177 additions and 23 deletions

View File

@ -1057,6 +1057,9 @@ int ecma119_image_new(IsoImage *src, IsoWriteOpts *opts, Ecma119Image **img)
target->checksum_ctx = NULL;
target->checksum_counter = 0;
target->checksum_buffer = NULL;
target->checksum_array_pos = 0;
target->checksum_range_start = 0;
target->checksum_range_size = 0;
#endif