From 33bc21c3cb50d92f535eac7470525fca86a0d0df Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 10 Aug 2023 15:29:21 +0200 Subject: [PATCH] update TODO --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 1fde92ab71..20cc25609f 100644 --- a/TODO +++ b/TODO @@ -88,6 +88,11 @@ Janitorial Clean-ups: string_hash_ops_free everywhere, so that destruction is implicit rather than explicit. Similar, for other special hashmap/set/ordered_hashmap destructors. +* generators sometimes apply C escaping and somethines specifier escaping to + paths and similar strings they write out. Sometimes both. We should clean + this up, and should probably always apply both, i.e. introduce + unit_file_escape() or so, which applies both. + Deprecations and removals: * Remove any support for booting without /usr pre-mounted in the initrd entirely.