bind9/bin/tests/system/digdelv
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
..
ans4 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans5 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans6 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans7 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans8 Auto-format Python files with black 2022-06-08 10:28:08 +02:00
ns1 Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
ns2 Test yaml output with yaml specials 2024-08-01 12:30:57 +10:00
ns3 Rename system test directory with common files to _common 2023-09-19 13:29:27 +02:00
clean.sh Remove the lock-file configuration and -X argument to named 2023-10-26 22:42:37 +02:00
prereq.sh Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
setup.sh test "delv +ns" 2023-03-28 12:41:32 -07:00
tests.sh Don't ignore the local port number in dns_dispatch_add() for TCP 2024-10-02 08:53:44 +00:00
tests_sh_digdelv.py Add pytest functions for shell system tests 2023-05-22 14:11:39 +02:00
yamlget.py Drop flake8 ignore lists 2022-10-05 17:56:24 +02:00