]> git.ipfire.org Git - thirdparty/bind9.git/commit
2982. [bug] Reference count dst keys. dst_key_attach() can be used
authorMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 01:12:55 +0000 (01:12 +0000)
committerMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 01:12:55 +0000 (01:12 +0000)
commit12fd7da162616b1b0dc1be660acb35129ec1bccd
tree826de89f1df942ab9345c7791ef437a161e44e59
parent9342ecc0aa622ff22a501ecabec2d77d300936c7
2982.   [bug]           Reference count dst keys.  dst_key_attach() can be used
                        increment the reference count.

                        Note: dns_tsigkey_createfromkey() callers should now
                        always call dst_key_free() rather than setting it
                        to NULL on success. [RT #22672]
CHANGES
bin/dig/dighost.c
bin/nsupdate/nsupdate.c
bin/tests/system/tkey/keydelete.c
lib/dns/dst_api.c
lib/dns/dst_internal.h
lib/dns/include/dns/tsig.h
lib/dns/include/dst/dst.h
lib/dns/tkey.c
lib/dns/tsig.c