mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
dns_qp_findname_ancestor() now takes an optional 'predecessor' parameter, which if non-NULL is updated to contain the DNSSEC predecessor of the name searched for. this is done by constructing an iterator stack while carrying out the search, so it can be used to step backward if needed.