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:
@@ -9270,6 +9270,9 @@ dbiterator_first(dns_dbiterator_t *iterator) {
|
||||
|
||||
rbtdbiter->result = result;
|
||||
|
||||
if (result != ISC_R_SUCCESS)
|
||||
ENSURE(!rbtdbiter->paused);
|
||||
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user