]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit2b71404eea5597f4ff693a516e960b214eb239cb
treed34b535097a7408cf9a20a9a5307c58465e86057
parent0c380b06780d5d568b9d8b0a3b989c8f95e4c0f5
parent2e59e0da403af51b3fe18794373accc71a15628d
fix: dev: Fix TSIG keys creation/eviction ordering issue

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