CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/03/06 16:32:34
Modified files:
usr.sbin/smtpd : makemap.c
Log message:
make_plain() deals with a c-string, val->size should contain the nul-byte
or we will truncate the last character of every value we store in a map.
