From: W.C.A. Wijngaards Date: Tue, 8 Oct 2019 07:10:16 +0000 (+0200) Subject: Note bugfixes in 1.7.1 fix CVE-2017-1000231 and CVE-2017-1000232 X-Git-Tag: 1.8.0-rc.1~79^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94a0538f782ba5af9d9ceb2ac81f05c762ffb129;p=thirdparty%2Fldns.git Note bugfixes in 1.7.1 fix CVE-2017-1000231 and CVE-2017-1000232 --- diff --git a/Changelog b/Changelog index e4685605..546a4e04 100644 --- a/Changelog +++ b/Changelog @@ -19,9 +19,9 @@ Thanks Bill Parker * bugfix #1260: Anticipate strchr returning NULL on unfound char Thanks Stephan Zeisberg - * bugfix #1257: Free after reallocing to 0 size + * bugfix #1257: Free after reallocing to 0 size (CVE-2017-1000232) Thanks Stephan Zeisberg - * bugfix #1256: Check parse limit before t increment + * bugfix #1256: Check parse limit before t increment (CVE-2017-1000231) Thanks Stephan Zeisberg * bugfix #1245: Only one signature per RRset needs to be valid with ldns-verify-zone. Thanks Emil Natan.