[35] in Kerberos-V5-bugs
Re: bcopy vs. memcpy
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Thu Oct 18 18:14:37 1990
Date: Thu, 18 Oct 90 18:12:45 -0400
From: Mark W. Eichin <eichin@ATHENA.MIT.EDU>
To: bstrand@poplar.cray.com (Brad Strand)
Cc: sommerfeld@apollo.com, krb5-testers@ATHENA.MIT.EDU
In-Reply-To: [33]
bcopy() does *NOT* do the right thing with overlap on the Sun 4 under
SunOS 4.0. (The code is scary enough just trying to handle alignment
efficiently - it's over 300 words long as it is...) The Sun 3
versiondoes handle overlap.
_Mark_