CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/19 06:55:24
Modified files:
usr.sbin/smtpd : lka_session.c
Log message:
when receiving mail for user+tag@ and maildir is setup, we create a .tag
subdirectory in the maildir, add missing check to strlcat() so that if path
with .tag exceeds SMTPD_MAXPATHLEN we fail instead of creating a .tag dir
that's truncated.
(void) cast strlcpy()/strlcat() that cannot truncate
