CVSROOT:        /cvs
Module name:    src
Changes by:     e...@cvs.openbsd.org    2021/04/05 09:50:11

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

Log message:
Until tls_accept_socket() succeeds, the tls context bound to a session
belongs to the listener, and should not be freed with that session if
an error occurs before.  Unlink it from the session early in the accept
callback to avoid this.

tweaks and ok millert@

Reply via email to