]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ensure correct result from check_signer()
authorEvan Hunt <each@isc.org>
Wed, 15 Oct 2025 15:06:25 +0000 (08:06 -0700)
committerEvan Hunt <each@isc.org>
Thu, 16 Oct 2025 05:05:52 +0000 (22:05 -0700)
commit414bc3f27dabedd80bad4bc76860f348316addca
tree1dd25779671344755778874af4c2cfc1ab3a1fab
parentc61a17d00f5d0ce354196b8c8261bd683cfdbee8
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.

Co-Authored-By: Ondřej Surý <ondrej@isc.org>
lib/dns/validator.c