Subject: PR/36513 CVS commit: [netbsd-4] src/common/lib/libc/arch/arm/string
To: None <scw@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: netbsd-bugs
Date: 06/22/2007 13:10:09
The following reply was made to PR port-arm/36513; it has been noted by GNATS.

From: "Liam J. Foy" <liamjfoy@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36513 CVS commit: [netbsd-4] src/common/lib/libc/arch/arm/string
Date: Fri, 22 Jun 2007 13:07:43 +0000 (UTC)

 Module Name:	src
 Committed By:	liamjfoy
 Date:		Fri Jun 22 13:07:43 UTC 2007
 
 Modified Files:
 	src/common/lib/libc/arch/arm/string [netbsd-4]: memcpy_xscale.S
 
 Log Message:
 Pull up following revision(s) (requested by scw in ticket #741):
 	common/lib/libc/arch/arm/string/memcpy_xscale.S: revision 1.2
 Apply the patch, with some minor tweaks, supplied in PR/36513.
 This prevents a possible prefetch past the end of the source buffer.
 Note that the semantics of the pld instruction mean that it is unlikely
 that this would have caused any problems except in very specific
 circumstances in some types of device drivers.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.1 -r1.1.6.1 src/common/lib/libc/arch/arm/string/memcpy_xscale.S
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.