mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-05 06:22:04 -04:00
Merge branch '1126-checkds-followup-cid332468' into 'main'
Fix CID 332468: Memory - illegal accesses (UNINIT) Closes #1126 See merge request isc-projects/bind9!5241
This commit is contained in:
commit
b53c2416d6
1 changed files with 2 additions and 0 deletions
|
|
@ -6638,6 +6638,8 @@ dns_zone_getdnsseckeys(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver,
|
|||
|
||||
ISC_LIST_INIT(dnskeys);
|
||||
|
||||
dns_rdataset_init(&keyset);
|
||||
|
||||
CHECK(dns_db_findnode(db, origin, false, &node));
|
||||
|
||||
/* Get keys from private key files. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue