]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-query.c
resolved: never use data from failed transactions
authorLennart Poettering <lennart@poettering.net>
Mon, 21 Dec 2015 18:56:05 +0000 (19:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 26 Dec 2015 18:09:10 +0000 (19:09 +0100)
commitd38d5ca65b3f8fd19348a7919cf1f1f07c955393
tree1960fcaa9e4461f76f8c15cf2bea7adde3221783
parent10b45040024da140fc2ea5761f905e745c11c982
resolved: never use data from failed transactions

Otherwise if we have an A lookup that failed DNSSEC validation, but an
AAAA lookup that succeeded, we might end up using the A data, but we
really should not.
src/resolve/resolved-dns-query.c