server answering from the zone after a failure to read.
Thanks to Qifan Zhang, Palo Alto Networks, for the report.
return;
}
if(!auth_zone_read_zonefile(z, worker->env.cfg)) {
+ /* The old tree was already cleared. Do not answer from the
+ * failed load. */
+ z->zone_expired = 1;
auth_zone_clear_data(z);
lock_rw_unlock(&z->lock);
if(xfr) {
not create an empty node and does not cause an infinite
loop. Thanks to Qifan Zhang, Palo Alto Networks, for
the report.
+ - Fix that unbound-control auth_zone_reload stops the
+ server answering from the zone after a failure to read.
+ Thanks to Qifan Zhang, Palo Alto Networks, for the report.
16 June 2026: Wouter
- Fix to disallow $INCLUDE for secondary zones. Start up