K 10
svn:author
V 7
coneill
K 8
svn:date
V 27
1997-09-12T01:45:50.000000Z
K 7
svn:log
V 355
Fixed possible memory overwrite problem in nc.c,  memcpy was used when
memmove should have been.

Replaced code that looked like

	if amount to copy is small or is overlapping
	then copy with for loop
	else copy with memcpy

with a single call to memmove.

Both of these were a result of running with the bounds-checking turned on in
gcc.

Obtained from:

END
