]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix a possible crash when cleaning up a view's caches
authorOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2026 13:55:29 +0000 (15:55 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2026 13:55:29 +0000 (15:55 +0200)
In rare cases named could crash while a view was being removed, for example
during reconfiguration or shutdown, as its internal caches were torn down.
This has been fixed.

Closes #6119

Merge branch '6119-fix-possible-uaf-when-destroying-dns_badcache' into 'main'

See merge request isc-projects/bind9!12177


Trivial merge