terminals. Thanks Stuart Browne
* bugfix #605: Determine default trust anchor location at compile time
Thanks Peter Koch
+ * bugfix #697: Double free with ldns-dane create
+ Thanks Carsten Strotmann
1.6.17 2014-01-10
* Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
selected_cert);
LDNS_ERR(s, "could not create tlsa rr");
- ldns_rr_set_owner(tlsa_rr, tlsa_owner);
+ ldns_rr_set_owner(tlsa_rr, ldns_rdf_clone(tlsa_owner));
if (! ldns_rr_list_contains_rr(tlsas, tlsa_rr)) {
if (! ldns_rr_list_push_rr(tlsas, tlsa_rr)) {