CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/08/08 08:23:23
Modified files: sys/kern : subr_log.c sys/sys : syslog.h lib/libc/gen : syslog_r.c usr.sbin/syslogd: syslogd.c syslogd.h ttymsg.c Log message: Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and truncate the length of a syslog message to 8192 bytes. Use one global define LOG_MAXLINE for all of them. OK deraadt@ millert@