Add CHANGES entry and release note for GL #3439

(cherry picked from commit cfa398ad37)
This commit is contained in:
Michał Kępień 2022-07-13 10:31:16 +02:00
parent b855c6b6c9
commit 410456d3d8
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,10 @@
5925. [bug] With a forwarder configured for all queries, resolution
failures encountered during DS chasing could trigger
assertion failures due to a logic bug in
resume_dslookup() that caused it to call
dns_resolver_createfetch() with an invalid name.
[GL #3439]
5924. [func] When it's necessary to use AXFR to respond to an
IXFR request, a message explaining the reason
is now logged at level info. [GL #2683]

View file

@ -40,6 +40,12 @@ Feature Changes
Bug Fixes
~~~~~~~~~
- When running as a validating resolver forwarding all queries to
another resolver, :iscman:`named` could crash with an assertion
failure. These crashes occurred when the configured forwarder sent a
broken DS response and :iscman:`named` failed its attempts to find a
proper one instead. This has been fixed. :gl:`#3439`
- Non-dynamic zones that inherit dnssec-policy from the view or
options level were not marked as inline-signed, and thus were never
scheduled to be re-signed. This is now fixed. :gl:`#3438`