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

Update CVE checklist

This commit is contained in:
Michał Kępień
2025-02-10 18:33:11 +01:00
committed by Andoni Duarte Pintado
parent 8a742d084f
commit da23a0c4e1
2 changed files with 7 additions and 9 deletions

View File

@@ -93,12 +93,8 @@ Bug Fixes
cache database performance for any heavily contended database nodes.
:gl:`#5130`
- Fix EDE 22 timeout detection
Previously, Extended DNS Error 22 (No Reachable Authority) was detected
when `fctx_expired` fired; a resolver would return `SERVFAIL` without
`EDE 22` enabled. Since this function is used as a
"safety net," the timeout detection should be caught earlier. This is now fixed.
:gl:`#5137`
- Fix reporting of Extended DNS Error 22 (No Reachable Authority).
This error code was previously not reported in some applicable
situations. This has been fixed. :gl:`#5137`