Skip to content

Use memcpy() instead of memmove() when buffers are known not to overlap

Alan Coopersmith requested to merge alanc/xserver:memmove into master

Most of these came from a mass bcopy() -> memmove() substitution in 1993 with a commit comment of "Ansification (changed bfuncs -> mfuncs)"

Merge request reports