CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/06 11:35:52
Modified files:
usr.sbin/smtpd : 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.
ok millert@ florian@ kn@
