CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2010/02/17 01:40:24

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

Log message:
localpart of a struct path may legally exceed MAXLOGNAME, causing lka to
fatalx() on a lowercase() call in some cases. make sure lka uses a buffer
capable of holding a localpart, and do not attempt getpwnam() if we know
it's going to fail anyway...

issue reported by Ben Lindstrom <[email protected]>

Reply via email to