CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2020/03/16 17:34:02
Modified files: usr.sbin/smtpd : mail.lmtp.c Log message: Initialize session.rcptto to NULL before parsing command line optinos. Otherwise, if neither -r nor -u is specified, it will be used uninitialized. Found by tobhe@; OK tobhe@ deraadt@