Subject: CVS commit: src/sys/arch/vax/include
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 08/13/2003 11:30:51
Module Name:	src
Committed By:	ragge
Date:		Wed Aug 13 11:30:50 UTC 2003

Modified Files:
	src/sys/arch/vax/include: macros.h

Log Message:
Some of the vax-specific mem*() functions did not check for len > 65535,
and when MAXDSIZ were increased memcpy() length sometimes were larger
than 64k (like in amap_extend()) All functions now checks the length.
This fixes PR#19968.

Disable the inline string functions and use the C versions instead.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/arch/vax/include/macros.h

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