CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2017/04/27 10:09:32

Modified files:
        usr.sbin/rebound: rebound.c 

Log message:
clang warns about some of the strlcpy arguments here, which aren't the
typical idiom because there's invisible size dependencies. rewrite some
of it to use memcpy, which makes clear the lengths are the same.

Reply via email to