mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:00:00 -04:00
Add CHANGES entry and release note for GL #3439
(cherry picked from commit cfa398ad37)
This commit is contained in:
parent
b855c6b6c9
commit
410456d3d8
2 changed files with 13 additions and 0 deletions
7
CHANGES
7
CHANGES
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue