diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-13 12:25:06 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-14 16:50:08 +0100 |
commit | 20d52ab60e7ba40f7cf23c148bcead8bd05bea3a (patch) | |
tree | 85f58c7f9b3fa9dc0d86998dcfcea67848f83cec /TODO | |
parent | TODO: trim obsolete entries (diff) | |
download | systemd-20d52ab60e7ba40f7cf23c148bcead8bd05bea3a.tar.gz systemd-20d52ab60e7ba40f7cf23c148bcead8bd05bea3a.tar.bz2 systemd-20d52ab60e7ba40f7cf23c148bcead8bd05bea3a.zip |
shared/conf-parser: fix crash when specifiers cannot be resolved in config_parse_device_allow()
oss-fuzz #6885.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -528,6 +528,7 @@ Features: * maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases... * test/: + - add unit tests for config_parse_device_allow() * seems that when we follow symlinks to units we prefer the symlink destination path over /etc and /usr. We should not do that. Instead |