bind9/tests
Mark Andrews 92a0d65a51
Fix hashmap iteration
When isc_hashmap_iter_delcurrent_next calls hashmap_delete_node
nodes from the front of the table could be added to the end of
the table resulting in them being returned twice.  Detect when
this is happening and prevent those nodes being returned twice
buy reducing the effective size of the table by one each time
it happens.
2023-09-19 11:18:03 +02:00
..
bench Refactor isc_hashmap to accept custom match function 2023-09-16 07:20:48 +02:00
dns Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
include/tests Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07:00
irs Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
isc Fix hashmap iteration 2023-09-19 11:18:03 +02:00
isccfg Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
libtest Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
ns Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07:00
.gitignore
Makefile.am Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
unit-test-driver.sh.in Use SIGABRT rather than SIGKILL for long running unit test 2023-04-14 15:40:02 +10:00