]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitbac5ef96820e2a009879277234565bb787bfb100
tree1dd25779671344755778874af4c2cfc1ab3a1fab
parentc61a17d00f5d0ce354196b8c8261bd683cfdbee8
parent414bc3f27dabedd80bad4bc76860f348316addca
fix: dev: Ensure correct result from check_signer()

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