mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 17:30:44 -05:00
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(). |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||