mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 17:30:44 -05:00
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. |
||
|---|---|---|
| .. | ||
| bench | ||
| dns | ||
| include/tests | ||
| irs | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||