From 7f110ff9b8828b477e87de7b28c708cf69a3d008 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 12 Mar 2012 22:22:16 +0100 Subject: conf: enforce UTF8 validty everywhere we need to make sure that configuration data we expose via the bus ends up in using getting an assert(). Even though configuration data is only parsed from trusted sources we should be more careful with what we read. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fc8b20c2b4..d2bd3404ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -468,7 +468,8 @@ libsystemd_basic_la_SOURCES = \ src/socket-util.c \ src/log.c \ src/ratelimit.c \ - src/exit-status.c + src/exit-status.c \ + src/utf8.c libsystemd_basic_la_CFLAGS = \ $(AM_CFLAGS) \ @@ -649,7 +650,8 @@ EXTRA_DIST += \ src/dbus-loop.h \ src/spawn-agent.h \ src/acl-util.h \ - src/logs-show.h + src/logs-show.h \ + src/utf8.h MANPAGES = \ man/systemd.1 \ -- cgit v1.2.3-54-g00ecf