N_BADMAG
else if (len > sizeof (struct exec) && !N_BADMAG ((*(pu.aout))))
if (hdr->size >= sizeof(struct exec) && !N_BADMAG(*ex)) {