]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commite2058ab4619640be7da504e57cf2adbb6570ec1c
tree2a9ba86996c7b14e18ccdd5179971203efef7689
parent97fad455d733740777593524e62432eb5e8f4709
parentb46108b4282582db3e5c91cebbef8f88876729a8
[9.20] fix: usr: Fix assertion failure when receiving DNS responses over TCP

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