Bug fix: The GUIDs of main GPT and backup GPT differed if more than one

System Area was written into the ISO image.
This commit is contained in:
2014-04-11 16:15:19 +02:00
parent dd27f579eb
commit a394f4dfd2
3 changed files with 10 additions and 6 deletions

View File

@ -1946,6 +1946,7 @@ int ecma119_image_new(IsoImage *src, IsoWriteOpts *in_opts, Ecma119Image **img)
target->gpt_req[i] = NULL;
target->gpt_req_count = 0;
target->gpt_req_flags = 0;
target->gpt_disk_guid_set = 0;
target->gpt_part_start = 0;
target->gpt_backup_end = 0;
target->gpt_backup_size = 0;