CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/19 07:32:07
Modified files:
usr.sbin/smtpd : mta.c
Log message:
(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
