]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a bug in trust anchors verification.
authorWitold Kręcicki <wpk@culm.net>
Thu, 21 Nov 2019 17:18:56 +0000 (18:18 +0100)
committerWitold Kręcicki <wpk@culm.net>
Thu, 21 Nov 2019 17:18:56 +0000 (18:18 +0100)
commit58db2d1d181bf3a8f7a7d389028cabefb09e3e6f
treeb0259cd9e02d2cc0e5d56ba0fd8714373f00eae6
parentcadbc158f0b04e56ca41765ee58e383079524207
Fix a bug in trust anchors verification.

We were not reseting the keynode value when iterating over DNSKEYs in
RRSET, so we weren't checking all DNSKEYs against all trust anchors. This
commit fixes the issue by resetting keynode with every loop.
lib/dns/zone.c