CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/04/25 00:46:19
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
The IMSG_LKA_OPEN_FORWARD passes directory and user as fixed size strings.
Ensure that those strings are '\0' terminated since parent_forward_open()
depends on that.
OK op@
