]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolved: dns_name_equal() can fail, handle that reasonably
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Apr 2024 15:29:33 +0000 (17:29 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Apr 2024 07:58:34 +0000 (16:58 +0900)
commit3ee27b2580b2b4c47dbc98cbcf2ffe7a45b0ef35
treee70e61de3aba46439ae0612df76ae40cd96195e1
parentcd226becd8cd83a83d2f86bd9c6e81a81fcfd1dd
resolved: dns_name_equal() can fail, handle that reasonably

Ignoring errors can be OK sometimes, but we should make this explicit.
src/resolve/resolved-dns-rr.c
src/resolve/resolved-dnssd.c