]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Fix assertion failure when receiving DNS responses over TCP
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Oct 2024 12:07:49 +0000 (12:07 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 2 Oct 2024 12:07:49 +0000 (12:07 +0000)
When matching the received Query ID in the TCP connection,
an invalid received Query ID can very rarely cause assertion
failure.

Closes #4952

Backport of MR !9580

Merge branch 'backport-4952-check-whether-QID-is-not-deleted-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9582


Trivial merge