(void) cast strlcat() and snprintf() that cannot truncate
authorgilles <gilles@openbsd.org>
Sat, 19 Apr 2014 14:19:17 +0000 (14:19 +0000)
committergilles <gilles@openbsd.org>
Sat, 19 Apr 2014 14:19:17 +0000 (14:19 +0000)
commit03e748b335df3685c0a1a4f5d5bd0772e0e0dfd4
tree5dfbea3ed9f12fb0a8f0576d9d9807293008927a
parent207cfbef7343e6bd2212d36b89ba454da8b93e31
(void) cast strlcat() and snprintf() that cannot truncate

be a bit more strict with an strlcat() truncation by causing it to fail in
table_create() instead of later in parse.y - in both cases, this would
cause smtpd to fatal() at startup if a table has a config file too large
usr.sbin/smtpd/table.c