(void) cast snprintf() call used to craft fatalx() message from within
authorgilles <gilles@openbsd.org>
Sat, 19 Apr 2014 17:45:05 +0000 (17:45 +0000)
committergilles <gilles@openbsd.org>
Sat, 19 Apr 2014 17:45:05 +0000 (17:45 +0000)
commitdd7aa8c7d32fab51fa4df98f404f5a8f3421a425
tree1dd8cfb2f0a6a55100c387a927fbc37429122c7d
parent23c462a508ed3419c792c08f3cff85abb6f1d6a2
(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
usr.sbin/smtpd/mproc.c