would overflow. Thanks Jan-Piet Mens.
* bugfix #771: hmac-sha224, hmac-sha384 and hmac-sha512 keys.
Thanks Harald Jenny
+ * bugfix #680: ldns fails to reject invalidly formatted
+ RFC 7553 URI RRs. Thanks Robert Edmonds
1.6.17 2014-01-10
* Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
delimiters = "\"\0";
ldns_buffer_skip(rd_buf, 1);
quoted = true;
+ } else if (ldns_rr_descriptor_field_type(desc, r_cnt)
+ == LDNS_RDF_TYPE_LONG_STR) {
+
+ status = LDNS_STATUS_SYNTAX_RDATA_ERR;
+ goto error;
}
}