mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 01:30:39 -04:00
fix: dev: Fix a bug in the ns_query's get_key() function
After a refactoring in 2e6107008d 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
This commit is contained in:
commit
75060cbd63
1 changed files with 0 additions and 2 deletions
|
|
@ -2443,8 +2443,6 @@ get_key(ns_client_t *client, dns_db_t *db, dns_rdata_rrsig_t *rrsig,
|
|||
secure = true;
|
||||
break;
|
||||
}
|
||||
|
||||
dst_key_free(keyp);
|
||||
}
|
||||
|
||||
return secure;
|
||||
|
|
|
|||
Loading…
Reference in a new issue