2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

4553. [bug] Named could deadlock there were multiple changes to

NSEC/NSEC3 parameters for a zone being processed at
                        the same time. [RT #42770]
This commit is contained in:
Mark Andrews
2017-01-12 14:25:45 +11:00
parent 42924b40af
commit d2e1b47d4f
4 changed files with 26 additions and 8 deletions

View File

@@ -9270,6 +9270,9 @@ dbiterator_first(dns_dbiterator_t *iterator) {
rbtdbiter->result = result;
if (result != ISC_R_SUCCESS)
ENSURE(!rbtdbiter->paused);
return (result);
}