Subject: CVS commit: basesrc/lib/libc
To: None <source-changes@netbsd.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 07/04/2002 18:48:42
Module Name:	basesrc
Committed By:	kent
Date:		Thu Jul  4 15:48:41 UTC 2002

Modified Files:
	basesrc/lib/libc/arch/i386/string: bcopy.S
	basesrc/lib/libc/string: bcopy.c

Log Message:
memcpy/memmove/bcopy: Add diagnostic code to check pointer wraparound.
The code is enabled only when _DIAGNOSTIC is defined.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/arch/i386/string/bcopy.S
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/string/bcopy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.