]> git.ipfire.org Git - thirdparty/bind9.git/commit
use a fixedname buffer in dns_message_gettempname()
authorEvan Hunt <each@isc.org>
Thu, 20 May 2021 00:18:22 +0000 (17:18 -0700)
committerOndřej Surý <ondrej@sury.org>
Thu, 20 May 2021 18:41:29 +0000 (20:41 +0200)
commite31cc1eeb436095490c7caa120de148df82ecd6c
treece0433dd339976c9524b307bb35c870b95f05447
parent869e0feec7ce066a8662694ce334ef11307e5392
use a fixedname buffer in dns_message_gettempname()

dns_message_gettempname() now returns a pointer to an initialized
name associated with a dns_fixedname_t object. it is no longer
necessary to allocate a buffer for temporary names associated with
the message object.
16 files changed:
bin/dig/dighost.c
bin/nsupdate/nsupdate.c
bin/tests/system/pipelined/pipequeries.c
bin/tools/mdig.c
lib/dns/include/dns/message.h
lib/dns/message.c
lib/dns/rbtdb.c
lib/dns/resolver.c
lib/dns/tkey.c
lib/dns/tsig.c
lib/dns/win32/libdns.def.in
lib/dns/xfrin.c
lib/dns/zone.c
lib/ns/client.c
lib/ns/query.c
lib/ns/xfrout.c