]> git.ipfire.org Git - thirdparty/glibc.git/commit
syslog: Remove extra whitespace between timestamp and message (BZ#29544)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 5 Sep 2022 12:34:39 +0000 (09:34 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 5 Sep 2022 12:50:03 +0000 (09:50 -0300)
commit645d94808aaa90fb1b20a25ff70bb50d9eb1d55b
treea4afd89502705f2ee7759b79076d6da68f52d265
parentb3736d1a3c60a3ec9959bf3b38794958546bf6a2
syslog: Remove extra whitespace between timestamp and message (BZ#29544)

The rfc3164 clear states that a single space character must follow
the timestamp field.

Checked on x86_64-linux-gnu.
misc/syslog.c
misc/tst-syslog.c