these strlcpy can't truncate, the copy is from a buffer to a buffer of same
authorgilles <gilles@openbsd.org>
Sat, 19 Apr 2014 11:41:49 +0000 (11:41 +0000)
committergilles <gilles@openbsd.org>
Sat, 19 Apr 2014 11:41:49 +0000 (11:41 +0000)
commit4c0beb722c1c31aecef89aa68182b14cf7f370b2
treed001b63fd05701eb5329af36ae76c1a81848c96a
parent05958433bb140300bea82695d5e4343929e01469
these strlcpy can't truncate, the copy is from a buffer to a buffer of same
size and the first buffer handles the truncation already
usr.sbin/smtpd/dns.c