]> git.ipfire.org Git - thirdparty/bind9.git/commit
Stop passing mctx to dns_rdata_tostruct as it is unnecessary for SIG
authorMark Andrews <marka@isc.org>
Wed, 21 Sep 2022 01:54:48 +0000 (11:54 +1000)
committerPetr Špaček <pspacek@isc.org>
Mon, 26 Sep 2022 08:30:57 +0000 (10:30 +0200)
commitd6ad56bd9e98382f8bd41a25756efdbbc3e39bd9
treea5cb0e35e50254e2af3bf96afa6a69be813fcd52
parent69256b3553d3b8b73b6fa4de9b030b39f1b96d34
Stop passing mctx to dns_rdata_tostruct as it is unnecessary for SIG

dns_rdata_tostruct doesn't need a mctx passed to it for SIG (the signer
is already expanded at this point). About the only time when mctx is
needed is when the structure is to be used after the rdata has been
destroyed.
lib/dns/message.c