]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: possible crash when a resolver validate a static-stub zone
authorColin Vidal <colin@isc.org>
Thu, 2 Apr 2026 12:16:58 +0000 (14:16 +0200)
committerColin Vidal <colin@isc.org>
Thu, 2 Apr 2026 12:16:58 +0000 (14:16 +0200)
A NULL pointer dereference could be made in some circumstances when resolving and validating a name under a `static-stub` zone. This is now fixed.

Merge branch 'colin/fix-dns_view_bestzonecut-nullptrderef' into 'main'

See merge request isc-projects/bind9!11788


Trivial merge