]> git.ipfire.org Git - thirdparty/bind9.git/commit
dns_view_untrust modifies dnskey->flags when it shouldn't
authorMark Andrews <marka@isc.org>
Tue, 29 Nov 2022 05:11:51 +0000 (16:11 +1100)
committerPetr Špaček <pspacek@isc.org>
Mon, 3 Apr 2023 15:48:31 +0000 (17:48 +0200)
commit489cba33bb5d052eed8dd51035f9ffd7f21fcd23
treea44b74c9a06000d16a5f1c8f92cc2c0b5eb5f70c
parentf708172d87a91a71cba8b89f0eb72408a1d6dd82
dns_view_untrust modifies dnskey->flags when it shouldn't

Copy the structure and declare dnskey as const.

(cherry picked from commit 21d828241b47c1fbdc6083c20b21dd95f48acc87)
lib/dns/include/dns/view.h
lib/dns/view.c