bind9/lib
Ondřej Surý 45fb84076d
Add assertion failure when adding to hashmap when iterating
When iterating the table, we can't add new nodes to the hashmap because
we can't assure that we are not adding the new node before the iterator.

This also applies to rehashing - which might be triggered by both
isc_hashmap_add() and isc_hashmap_delete(), but not
isc_hashmap_iter_delcurrent_next().
2023-09-19 11:18:04 +02:00
..
dns Correctly set the value of covered in dns_ncache_current 2023-09-18 13:38:27 +10:00
isc Add assertion failure when adding to hashmap when iterating 2023-09-19 11:18:04 +02:00
isccc Do extra manual isc_mem_cget() conversions 2023-08-31 22:08:35 +02:00
isccfg Add the ability to use DNS64 internally 2023-09-13 14:31:43 +10:00
ns Make dns_dispatch bound to threads 2023-09-16 07:32:17 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00