]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix TSIG keys creation/eviction ordering issue
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 15 Jul 2026 15:02:23 +0000 (15:02 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 15 Jul 2026 15:02:23 +0000 (15:02 +0000)
When adding a new key into a full list, the newly inserted key
could be evicted just after the insertion if all the existing
keys were marked as visited. This has been fixed.

Closes #6263

Merge branch '6263-tkey-quota-bug-fix' into 'main'

See merge request isc-projects/bind9!12400


Trivial merge