bind9/bin
Aram Sargsyan d49a8f518a Don't ignore the local port number in dns_dispatch_add() for TCP
The dns_dispatch_add() function registers the 'resp' entry in
'disp->mgr->qids' hash table with 'resp->port' being 0, but in
tcp_recv_success(), when looking up an entry in the hash table
after a successfully received data the port is used, so if the
local port was set (i.e. it was not 0) it fails to find the
entry and results in an unexpected error.

Set the 'resp->port' to the given local port value extracted from
'disp->local'.
2024-10-02 08:53:44 +00:00
..
check Add flag to named-checkconf to ignore "not configured" errors 2024-09-09 23:32:16 +00:00
confgen use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
delv Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
dig Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
dnssec Remove 'statslock' from dnssec-signzone 2024-09-13 13:30:34 +10:00
named Support ISO timestamps with timezone information 2024-10-01 15:09:43 +00:00
nsupdate Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
plugins Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
rndc Log the rcode returned to for a query 2024-09-19 21:44:06 +00:00
tests Don't ignore the local port number in dns_dispatch_add() for TCP 2024-10-02 08:53:44 +00:00
tools Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00