Check strlcpy of the script path names for overflow and use the size of the
authorreyk <reyk@openbsd.org>
Sun, 20 Apr 2014 16:13:36 +0000 (16:13 +0000)
committerreyk <reyk@openbsd.org>
Sun, 20 Apr 2014 16:13:36 +0000 (16:13 +0000)
commit9888254d2b0b1d4ca3fa8a66508f070c21019212
tree4b930b2f9aff7d620e93fdd1c2cd12977d7a323e
parent15238b0871f66fc4a858b425dfc5973c29cc6e1f
Check strlcpy of the script path names for overflow and use the size of the
destination buffer instead of the source buffer as the argument.
usr.sbin/relayd/check_script.c