Replace all occurences of strcpy by the safe strlcpy where needed.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 5 Sep 2004 01:59:44 +0000 (01:59 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 5 Sep 2004 01:59:44 +0000 (01:59 +0000)
commit372138d37f345f8d7d20460f65cfc06f17b41a2c
tree5ec4b8d21e7e72ad28e4cda85eed84fa743ab03e
parent739246aff37238b9e8c2340e3c60617c8476d8e3
Replace all occurences of strcpy by the safe strlcpy where needed.
Replace all occurences of strncpy by the safer strlcpy where needed.

Submitted-by: "Douwe Kiela" <virtus@wanadoo.nl>
usr.sbin/timed/timed/acksend.c
usr.sbin/timed/timed/candidate.c
usr.sbin/timed/timed/correct.c
usr.sbin/timed/timed/master.c
usr.sbin/timed/timed/readmsg.c
usr.sbin/timed/timed/slave.c
usr.sbin/timed/timed/timed.c