]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix crash on badly configured secondary signer
authorMatthijs Mekking <matthijs@isc.org>
Wed, 27 May 2026 09:45:23 +0000 (09:45 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 27 May 2026 09:45:23 +0000 (09:45 +0000)
commita97e5c30311d2fae97e28c51aabca20a174fdec6
treeb00d36d920fe9314eaecddce6d01e330365bcbb5
parentc62cff5aefaf7c00ef8b07dd81c5e3073823ef3c
parent77649ea8e20987a5a45e9027f0947d2451765566
fix: usr: Fix crash on badly configured secondary signer

A badly configured secondary signer that was missing the 'file' entry caused the server to crash, rather than to reject the configuration. This has been fixed.

Closes #5993

Merge branch '5993-fix-bump-in-the-wire-crash' into 'main'

See merge request isc-projects/bind9!12045