]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Ensure correct result from check_signer()
authorEvan Hunt <each@isc.org>
Thu, 16 Oct 2025 05:42:15 +0000 (05:42 +0000)
committerEvan Hunt <each@isc.org>
Thu, 16 Oct 2025 05:42:15 +0000 (05:42 +0000)
It was possible for the result to be overwritten after a validation failure, causing `check_signer()` to return success when it should have returned an error.

Closes #5575

Merge branch '5575-ensure-correct-result-from-check_signer' into 'main'

See merge request isc-projects/bind9!11103


Trivial merge