Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/mac68k/mac68k



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



Home | Main Index | Thread Index | Old Index