CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/09/03 17:57:30
Modified files: usr.sbin/syslogd: syslogd.c Log message: Make sure that strings passed to printline() are always NUL terminated. There was a corner case with a very long message received over TCP or TLS where this was not clear. Force a '\0' where this line is truncated. OK martijn@ deraadt@