IORT_SIG
if (strncmp(hdr->signature, IORT_SIG,
if (memcmp(hdr->signature, IORT_SIG, sizeof(IORT_SIG) - 1) != 0)