CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/19 11:45:05
Modified files:
usr.sbin/smtpd : mproc.c
Log message:
(void) cast snprintf() call used to craft fatalx() message from within
smtpd, buffer is large enough and truncation harmless, we want to
avoid memory allocation in that case and use a best-effort
