CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/19 11:23:19
Modified files:
usr.sbin/smtpd : parse.y
Log message:
add missing strlcpy() check in create_filter_chain() that would cause smtpd
to fatal at startup if truncation occured and we had enabled filters
(void) cast a strlcpy() that cannot truncate
