]> git.ipfire.org Git - thirdparty/bind9.git/commit
Skip TCP dispatch responses that are not ours
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Oct 2024 06:37:48 +0000 (08:37 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 2 Oct 2024 10:45:05 +0000 (10:45 +0000)
commitb46108b4282582db3e5c91cebbef8f88876729a8
tree2a9ba86996c7b14e18ccdd5179971203efef7689
parent97fad455d733740777593524e62432eb5e8f4709
Skip TCP dispatch responses that are not ours

When matching the TCP dispatch responses, we should skip the responses
that do not belong to our TCP connection.  This can happen with faulty
upstream server that sends invalid QID back to us.

(cherry picked from commit 4ef316e21ef6313fb522f6bf17576cb7a9a7b085)
lib/dns/dispatch.c