2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add release note and CHANGES for #3743

This commit is contained in:
Matthijs Mekking
2022-12-14 11:53:28 +01:00
parent 798c8f57d4
commit e43a26fd1e
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
6061. [bug] Fix unexpected "Prohibited" extended DNS error
on allow-recursion. [GL #3743]
6060. [bug] Fix a use-after-free bug in dns_zonemgr_releasezone()
by detaching from the zone manager outside of the write
lock. [GL #3768]

View File

@@ -66,6 +66,9 @@ Bug Fixes
configured forwarders, resulting in SERVFAIL answers being sent to clients.
This has been fixed. :gl:`#3752`
- Clients may see an unexpected "Prohibited" extended DNS error when ``named``
is configured with :any:`allow-recursion`). :gl:`#3743`
Known Issues
~~~~~~~~~~~~