CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/07 08:50:30
Modified files:
usr.sbin/smtpd : Tag: OPENBSD_7_2 envelope.c
Log message:
smtpd(8) could abort due to a connection from a local, scoped ipv6 address.
avoid using inet_pton(3) which doesn't support scoped ipv6 address, and use
getaddrinfo(3) instead of.
from semarie@; OK millert@ florian@ kn@
this is errata/7.2/020_smtpd.patch.sig
