diff --git a/libisofs/system_area.c b/libisofs/system_area.c index 84368d7..bc0d9fe 100644 --- a/libisofs/system_area.c +++ b/libisofs/system_area.c @@ -1409,7 +1409,7 @@ int iso_write_gpt_header_block(Ecma119Image *t, uint32_t img_blocks, uint32_t crc; off_t back_lba; - memset(buf, 0, 128); + memset(buf, 0, 512); wpt = (char *) buf; /* >>> Make signature adjustable */