]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix a bug in the ns_query's get_key() function
authorArаm Sаrgsyаn <aram@isc.org>
Tue, 25 Mar 2025 09:25:15 +0000 (09:25 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 25 Mar 2025 09:25:15 +0000 (09:25 +0000)
After a refactoring in 2e6107008dae09d32e3d34fb5423b3d78c4ff651 the
dst_key_free() call is invalid and can cause an assertion. Remove the
dst_key_free() call.

Merge branch 'aram/fix-ns_query-get_key-bug' into 'main'

See merge request isc-projects/bind9!10311


Trivial merge