]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix a crash when resolving names below a cached DNAME
authorOndřej Surý <ondrej@isc.org>
Thu, 9 Jul 2026 13:55:19 +0000 (15:55 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 9 Jul 2026 13:55:19 +0000 (15:55 +0200)
A recursive resolver could crash when it answered a query for a name beneath a
cached DNAME while that same DNAME record was concurrently refreshed or evicted
from the cache.

Closes #6182

Merge branch '6182-qpcache-dname-zonecut-uaf' into 'main'

See merge request isc-projects/bind9!12337


Trivial merge