CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/19 11:12:02
Modified files:
usr.sbin/smtpd : parse.y
Log message:
add missing strlcpy() check when parsing "backup hostname" in smtpd.conf,
it could lead to smtpd not finding itself in a MX lookup if a hostname is
specified that exceeds the max hostname len.
while at it, add a missing free()
