In article <20190219003451.093B2FB17%cvs.NetBSD.org@localhost>, matthew green <source-changes-d%NetBSD.org@localhost> wrote: >-=-=-=-=-=- >+ memcpy(intrnames, inames, MAX_INAME_LENGTH); That should be: memcpy(intrnames, inames, sizeof(intrnames)); christos