]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitb8dcabbd72bccd4eb12a8c9f5069ce4e33aca3dc
tree696250cc1b7fa4c245e10250a1c379f2c4b67561
parent43c58dafcc1fac168698f818936d75692a8550bd
parentfc03a876ae38ce16e8029878d31581fc46e7388e
fix: usr: possible crash when a resolver validate a static-stub zone

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