]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement proper reference counting for dns_keyfileio_t 7207/head 7209/head 122838
authorOndřej Surý <ondrej@isc.org>
Fri, 9 Dec 2022 07:53:20 +0000 (08:53 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 9 Dec 2022 14:17:02 +0000 (15:17 +0100)
commit9ebd775e2997be89f1c12753cfb7e13a18209a35
treec4e3675ea1e0f9bb4bff124b43cdcd79c326a931
parent8b8c761a90652da127f8113eead9d3a553c30bc6
Implement proper reference counting for dns_keyfileio_t

Instead of relying on hash table search when using the keys, implement a
proper reference counting in dns_keyfileio_t objects, and attach/detach
the objects to the zone.

(cherry picked from commit 79115a0c3bc5e68561109de787ec5224d25469de)
lib/dns/zone.c