Subject: CVS commit: syssrc/sys/lib/libkern/arch/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/22/2002 15:25:19
Module Name: syssrc
Committed By: scw
Date: Tue Oct 22 12:25:18 UTC 2002
Modified Files:
syssrc/sys/lib/libkern/arch/sh5: memcpy.S
Log Message:
Replace the SuperH memcpy() with homebrewed code. The former seems to have
a subtle failure mode which can result in corruption of memory outside the
bounds of the destination buffer.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/lib/libkern/arch/sh5/memcpy.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.