mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 14:59:59 -04:00
The clean_namehooks() function does't hold the 'adb->entries_lock' lock, so calling maybe_expire_entry() is not thread-safe. Instead of adding a lock/unlock, leave the expiration to later, e.g. by the get_attached_and_locked_entry() function. Also fix a couple of comment typos. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||