Thanks Johannes Naab
* fix: Memory leak in ldns_dname2buffer_wire_compress()
Thanks Max Liebkies
+ * bugfix #613: Allow tab as whitespace too in last rdata field of types
+ of variable length. Thanks Xiali Yan
1.6.17 2014-01-10
* Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
case LDNS_RDF_TYPE_WKS : /* it is the last rd field. */
case LDNS_RDF_TYPE_IPSECKEY :
case LDNS_RDF_TYPE_NSEC : if (r_cnt == r_max - 1) {
- delimiters = "\n\t";
+ delimiters = "\n";
break;
}
default : delimiters = "\n\t ";