(void) cast strlcpy() / strlcat() / snprintf() that cannot truncate
authorgilles <gilles@openbsd.org>
Sat, 19 Apr 2014 13:32:07 +0000 (13:32 +0000)
committergilles <gilles@openbsd.org>
Sat, 19 Apr 2014 13:32:07 +0000 (13:32 +0000)
commit769fc316a0bd8865b2c45b6fb5fd40244c484f9d
tree09bb539899a90a9f3da068a98a9c3859400e9b65
parentc3fb511f8056bda61af5a5bffef5bd4ab077c84e
(void) cast strlcpy() / strlcat() / snprintf() that cannot truncate

(void) cast a few calls that are ok to truncate because they are not used
in anything critical / unsafe, but just to make some debug/info logs a bit
more informative
usr.sbin/smtpd/mta.c