CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/19 06:43:19
Modified files:
usr.sbin/smtpd : expand.c
Log message:
unchecked strlcat() call in expand_to_text() may cause aliases expansion to
fail later, make it fail early.
(void) cast other calls, they are detected and handled correctly later
