MINIDUMP2_MAGIC
if (strncmp(MINIDUMP2_MAGIC, u.hdr1.magic, sizeof(u.hdr1.magic)) == 0 &&
strcpy(mdhdr.magic, MINIDUMP2_MAGIC);