Thanks Fabrice Fontaine
* PR #224: Portable executable progs don't underlink to libldns
Thanks Ørjan Malde
- * PR #216 Update declaration for function with no argument
+ * PR #216: Update declaration for function with no argument
Thanks Ed Maste
- * PR #214 fix the build in FreeBSD's base system
+ * PR #214: fix the build in FreeBSD's base system
Thanks Pierre Pronchery and Dag-Erling Smørgrav
- * PR #206 improve 'next-label' algorithm in ldns-walk
+ * PR #206: improve 'next-label' algorithm in ldns-walk
Thanks Jelte Jansen
+ * PR #205: Add functions to extract RFC 8914 extended errors
+ Thanks Roland van Rijswijk-Deij
1.8.3 2022-08-15
* bugfix #183: Assertion failure with OPT record without rdata.
*ede_text = (char*) malloc((edns->_size - 1) * sizeof(char));
memset(*ede_text, 0, edns->_size - 1);
- memcpy(*ede_text, &edns->_data[2], edns->_size - 2);
+ memcpy(*ede_text, &((char*)edns->_data)[2], edns->_size - 2);
}
return LDNS_STATUS_OK;