these snprintf() calls can't possibly truncate because they copy data from
authorgilles <gilles@openbsd.org>
Sat, 19 Apr 2014 18:01:01 +0000 (18:01 +0000)
committergilles <gilles@openbsd.org>
Sat, 19 Apr 2014 18:01:01 +0000 (18:01 +0000)
commitefa03eb8297688b46f0a6be5139c2bd65a5e2bee
tree45eb691f158ccabb392a7177bbae5d43de141890
parentbddf342643322813654602f9565cdc7220fb7dae
these snprintf() calls can't possibly truncate because they copy data from
buffers that are already protected against truncation and that do not
exceed the destination buffer size when copied together ...

however, i think we should add checks here too because it'll help us catch
errors in table backends when adding new ones if we miss a truncation check
there.
usr.sbin/smtpd/table.c