CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/21 02:10:44
Modified files:
usr.sbin/smtpd : lka_report.c
Log message:
in report_smtp_broadcast(), the direction is expected to be "smtp-in" or
"smtp-out", but if something else happen, the `struct dict *d' will be
uninitialized when used in `dict_xget(d, event)'.
makes a logic error in smtpd to be visible instead of accessing uninitialized
memory.
ok gilles@
