]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolve: ignore nameserver= and domain= kernel command line options without value
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Aug 2023 18:00:34 +0000 (03:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Aug 2023 18:16:03 +0000 (03:16 +0900)
commit91acee9906e973365109b1b1d5e880ced9aeae65
treef2b9da4b37a8044c91a01ad2b8a3a676bfe3e751
parent5a96b32dead5132ba37a8b968c59101c2aac8d23
resolve: ignore nameserver= and domain= kernel command line options without value

Otherwise, manager_parse_dns_server_string_and_warn() or
manager_parse_search_domains_and_warn() will trigger assertion.
src/resolve/resolved-conf.c