CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2025/07/30 14:26:29
Modified files: usr.sbin/smtpd : smtpd.c Log message: ensure some strings are actually sent to the parent process some imsgs messages to the parent are not allowed to send an empty string. if it happens, fatal() instead of possibly crashing later on trying to process those strings. diff from gilles@, committing on his behalf. ok millert@