mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
The timers can be destroyed while the timer actions are still running, and when the action calls isc_event_free() it can assert, because it's trying to access the destroyed timer object. Before destroying the timers, first disable them, then wait 2 seconds of grace period before destroying them. |
||
|---|---|---|
| .. | ||
| dns | ||
| include/tests | ||
| irs | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||