CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2020/05/24 11:00:36

Modified files:
        usr.sbin/smtpd : Tag: OPENBSD_6_7 mta_session.c 

Log message:
OpenBSD 6.7 errata 006, May 25, 2020: (6.7/006_smtpd_sockaddr.patch.sig)

Incorrect use of getpeername(2) storage for outgoing IPv6 connections
corrupts stack memory.  The nature of the corruption and existing
mitigations appear to make this difficult to effectively target.

original commit:

CVSROOT:        /cvs
Module name:    src
Changes by:     mill...@cvs.openbsd.org 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@

Reply via email to