Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/vax/include
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.
Home |
Main Index |
Thread Index |
Old Index