CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2026/07/12 17:18:36

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

Log message:
free mda_subaddress in mda_envelope_free()

mda_envelope() duplicates the subaddress with xstrdup() when present but
mda_envelope_free() never released it, leaking one bounded string per
subaddressed local delivery.

from Andrew Griffiths, ok op@

Reply via email to