mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-07 16:00:34 -05:00
When locking key files for a zone, we iterate over all the views and lock a mutex inside the zone structure. However, if we envounter an in-view zone, we will try to lock the key files twice, one time for the home view and one time for the in-view view. This will lead to a deadlock because one thread is trying to get the same lock twice. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||