]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: The resolver now removes other RRsets at the same name when caching a CNAME
authorMatthijs Mekking <matthijs@isc.org>
Sun, 17 May 2026 09:56:20 +0000 (09:56 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Sun, 17 May 2026 09:56:20 +0000 (09:56 +0000)
When an RRset is in stale cache, and the authoritative server changes the record type to CNAME, the resolver fails to refresh the stale cache. This has been fixed.

Closes #5302

Merge branch '5302-serve-stale-cname-to-a' into 'main'

See merge request isc-projects/bind9!11758


Trivial merge