Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded data

This commit is contained in:
2015-12-23 11:18:38 +00:00
parent 0365cffbc5
commit a270ad22f9
7 changed files with 13 additions and 2 deletions

View File

@ -274,6 +274,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->boot_efi_default= 0;
m->system_area_disk_path[0]= 0;
m->system_area_clear_loaded= 0;
m->system_area_options= 0;
m->patch_system_area= 0;
m->partition_offset= 0;