Skip to content

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

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

Most of these came from a mass bcopy() -> memmove() substitution in 1993 with a commit comment of "ANSIfied for R6".

Signed-off-by: Alan Coopersmith alan.coopersmith@oracle.com

Merge request reports