Skip to content

Try to fix crash at +sigchase +topdown

Petr Menšík requested to merge pemensik/bind9:v9_11-dig-sigchase-topdown into v9_11

When multilabel name is already cached, child_of_zone fails check when zone_name is direct child of name. Error is ignored and crashes on expectation child_name was initialized. Handle the error and relax the check.

Reproducer: dig isc.org dig +sigchase +topdown isc.org

Merge request reports