mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-10 13:57:25 +03:00
resolved: never proceed processing truncated packets
Make sure we don't end up processing packets that are truncated. Instead, actually let the TCP connection do its thing.
This commit is contained in:
parent
cbe4216dd1
commit
2a6658ef55
@ -664,9 +664,9 @@ void dns_transaction_process_reply(DnsTransaction *t, DnsPacket *p) {
|
||||
dns_transaction_complete(t, DNS_TRANSACTION_RESOURCES);
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/* Parse message, if it isn't parsed yet. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user