From: Willem Toorop Date: Thu, 12 Dec 2019 09:51:04 +0000 (+0100) Subject: Merge branch 'develop' of github.com:NLnetLabs/ldns into develop X-Git-Tag: 1.8.0-rc.1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a57c23b4ea5455b0964a0f3514275a61f3105817;p=thirdparty%2Fldns.git Merge branch 'develop' of github.com:NLnetLabs/ldns into develop --- a57c23b4ea5455b0964a0f3514275a61f3105817 diff --cc Changelog index 4a0b9fb3,3c6e0069..7d9eed30 --- a/Changelog +++ b/Changelog @@@ -1,5 -1,11 +1,12 @@@ -... +1.7.2 2019-??-?? + * bufix: Revert unused variables in ldns-config removal patch. + * bugfix #50: heap Out-of-bound Read vulnerability in + rr_frm_str_internal reported by pokerfacett. + * bugfix #51: Heap Out-of-bound Read vulnerability in + ldns_nsec3_salt_data reported by pokerfacett. + * Fix memory leak in examples/ldns-testns handle_tcp routine. + * Detect fixed time memory compare for openssl 0.9.8. + * Fix compile warning by variable initialisation for older gcc. 1.7.1 2019-07-26 * bugfix: Manage verification paths for OpenSSL >= 1.1.0