CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2013/02/21 09:25:21
Modified files: usr.sbin/smtpd : mta_session.c Log message: Fix a potential crash when connecting to a misbehaving smtp server. If a smtp session got bogus data from a remote server and has just issued an internal query, then defer the deletion of that session until it gets the reply. ok gilles@ deraadt@