sysklogd/src
Joachim Wiberg 1018d4a7f4 Avoid NULL pointer to vsnprintf()
GLIBC is friendly enough to check for NULL and replace segfault with
"(null)", but other C-libs may not handle it as gracefully.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2021-11-22 04:35:01 +01:00
..
.gitignore Remove klogd from the sysklogd project 2019-12-07 10:31:06 +01:00
compat.h Minor, cleanup/coding-style 2020-01-19 09:10:58 +01:00
libsyslog.pc.in Build libsyslog.la and install it with syslog.h and libsyslog.pc 2019-10-31 08:39:09 +01:00
logger.c logger: fix \m -> \n, found on Slackware current 2021-06-30 22:27:58 +02:00
Makefile.am Update copyright years 2021-01-15 11:16:04 +01:00
queue.h Add support for include /etc/syslog.d/*.conf in /etc/syslog.conf 2019-11-02 11:46:29 +01:00
socket.c Update copyright years 2021-01-15 11:16:04 +01:00
socket.h Update copyright years 2021-01-15 11:16:04 +01:00
syslog.c syslogd: Add FreeBSD -k option to allow LOG_KERNEL facility messages 2019-11-13 16:44:51 +01:00
syslog.h Fix #34: regression in internal logging, loss of restart msg 2021-06-30 22:27:58 +02:00
syslogd.c Avoid NULL pointer to vsnprintf() 2021-11-22 04:35:01 +01:00
syslogd.h Fix #29: prevent repeating kernel messages when syslogd is restarted 2021-05-05 05:17:15 +02:00
timer.c Update copyright years 2021-01-15 11:16:04 +01:00
timer.h Update copyright years 2021-01-15 11:16:04 +01:00