Truncate progname to NAME_MAX in the syslog message, to ensure other
authorderaadt <deraadt@openbsd.org>
Wed, 21 Jan 2015 19:34:24 +0000 (19:34 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 21 Jan 2015 19:34:24 +0000 (19:34 +0000)
commit77f213570c1a3a662126cbd93c8093f75f5d36e1
tree4d2324e3ababf0eebefca30c6f88b76dcbeae4f9
parentd6bda39e1b28c49d6a237308423ed8b5370074c4
Truncate progname to NAME_MAX in the syslog message, to ensure other
information also makes it through.  This is a compromise to cope with
the absolutely ridiculous setprogname() API.
ok various discussions
lib/libc/gen/syslog_r.c