CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/19 10:43:44
Modified files:
usr.sbin/smtpd : mda_variables.c
Log message:
mda_expand_format: simplify token name extraction for %{name}
It is simpler to compute the length based on the start and end
pointers and pass that value to memcpy(), adding an explicit NUL
terminator after copying. OK op@
