2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add CHANGES and notes for [#2733]

This commit is contained in:
Matthijs Mekking
2021-05-27 16:04:07 +02:00
committed by Evan Hunt
parent 8c047feb3a
commit 7ca253818e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5650. [bug] Prevent a crash that could occur if serve-stale
was enabled and a prefetch was triggered during a
query restart. [GL #2733]
5649. [bug] If a query was answered with stale data on a server
with DNS64 enabled, an assertion could occur if a
non-stale answer arrived afterward. [GL #2731]

View File

@@ -65,3 +65,7 @@ Bug Fixes
- If a query was answered with stale data on a server with DNS64 enabled,
an assertion could occur if a non-stale answer arrived afterward. This
has been fixed. :gl:`#2731`
- Fixed an assertion failure that could occur if stale data was used
to answer a query, and then a prefetch was triggered after the query
was restarted (for example, to follow a CNAME). :gl:`#2733`