CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2014/04/19 08:19:17

Modified files:
        usr.sbin/smtpd : table.c 

Log message:
(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

Reply via email to