]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement proper reference counting for dns_keyfileio_t
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 13:27:44 +0000 (14:27 +0100)
commit79115a0c3bc5e68561109de787ec5224d25469de
treea364ea4c2c5c9e235f0cec683954eed989e446cf
parent9dea2b99ee811299c45125a25ada79a274ac33ae
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.
lib/dns/zone.c