CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/21 09:38:05
Modified files:
usr.sbin/smtpd : mta_session.c
Log message:
Correct getsockname(2)/getpeername(2) usage.
Fixes an uninitialized variable and a potential stack overflow
with IPv6 connections. From Leah Neukirchen; OK eric@ deraadt@
