]> 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:46:13 +0000 (17:46 +0200)
commit39c82bf429dcbe65d4ddc16a2b9751d1de9b41c9
tree6148de2d30954c811937d13bfeda2fc891bb0ab3
parent972c245065e265379ecfeba32a17e9e8050f824f
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