CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/10/03 13:42:16
Modified files:
usr.sbin/smtpd : lka_session.c smtpd.h
Log message:
we reintroduced a bug that was fixed 2 years ago with the aliases rewrite:
During the entire expansion process, a username may be larger than
MAXLOGNAME because it may be an alias going through another expansion.
We should use a buffer that's large enough to fit a mailaddr user-part so
we avoid hitting a truncation check leading to a fatal().
ok eric@, ok chl@