Subject: PR/36513 CVS commit: src/common/lib/libc/arch/arm/string
To: None <scw@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Steve Woodford <scw@netbsd.org>
List: netbsd-bugs
Date: 06/21/2007 21:40:03
The following reply was made to PR port-arm/36513; it has been noted by GNATS.

From: Steve Woodford <scw@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36513 CVS commit: src/common/lib/libc/arch/arm/string
Date: Thu, 21 Jun 2007 21:37:04 +0000 (UTC)

 Module Name:	src
 Committed By:	scw
 Date:		Thu Jun 21 21:37:04 UTC 2007
 
 Modified Files:
 	src/common/lib/libc/arch/arm/string: memcpy_xscale.S
 
 Log Message:
 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.2 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.