eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf where
authorderaadt <deraadt@openbsd.org>
Sat, 17 Jan 2015 05:31:29 +0000 (05:31 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 17 Jan 2015 05:31:29 +0000 (05:31 +0000)
commit2fbb987bd63ae720fed1fbf320a3ed9498a8fe65
treee334dc4ae100e1ec4d48acd1132049452bedf57a
parentd9f2dcb126161959adf2899751ce99b5423d4302
eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf where
suitable.
ok jsg
libexec/tradcpp/files.c
libexec/tradcpp/macro.c
libexec/tradcpp/utils.c