CVSROOT:        /cvs
Module name:    src
Changes by:     an...@cvs.openbsd.org   2017/10/16 07:10:50

Modified files:
        usr.bin/xargs  : xargs.c 

Log message:
Favor memmove() over memcpy() since dst and src originates from the same
allocation and may therefore overlap.

ok deraadt@

Reply via email to