]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit75060cbd63eb5f60aec80889b6147ebcda1a4e8a
tree9dd3164a9713438289224187b5fb615d42c55443
parentd18787b13424d9a4c29845cd02ec9c35896a45ab
parentfb160802804aa130f5b1eb8de03f154c512d6a9e
fix: dev: Fix a bug in the ns_query's get_key() function

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