+4138. [bug] A uninitialized value in validator.c could result
+ in a assertion failure. (CVE-2015-4620) [RT #39795]
+
--- 9.9.7 released ---
--- 9.9.7rc2 released ---
on the responses. [RT #2454]
1208. [bug] dns_master_load*() failed to log a error message if
- an error was detected when parsing the ownername of
+ an error was detected when parsing the owner name of
a record. [RT #2448]
1207. [bug] libbind: getaddrinfo() could call freeaddrinfo() with
*/
static isc_boolean_t
isselfsigned(dns_validator_t *val) {
- dns_fixedname_t fixed;
dns_rdataset_t *rdataset, *sigrdataset;
dns_rdata_t rdata = DNS_RDATA_INIT;
dns_rdata_t sigrdata = DNS_RDATA_INIT;
result = dns_dnssec_verify3(name, rdataset, dstkey,
ISC_TRUE,
val->view->maxbits,
- mctx, &sigrdata,
- dns_fixedname_name(&fixed));
+ mctx, &sigrdata, NULL);
dst_key_free(&dstkey);
if (result != ISC_R_SUCCESS)
continue;