From: Mark Andrews Date: Thu, 19 Dec 2013 23:24:55 +0000 (+1100) Subject: 3693. [security] memcpy was incorrectly called with overlapping X-Git-Tag: v9.10.0a2~153 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b93ef543ab29be2c2d15049e02e66a31b27284ae;p=thirdparty%2Fbind9.git 3693. [security] memcpy was incorrectly called with overlapping ranges resulting a malformed names being generated on some platforms. This was subsequently detected resulting in INSIST failures when serving NSEC3 signed zones. [RT #35120] --- diff --git a/CHANGES b/CHANGES index 5a0b1e8e09d..fb1724d3f3b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +3693. [security] memcpy was incorrectly called with overlapping + ranges resulting a malformed names being generated + on some platforms. This was subsequently detected + resulting in INSIST failures when serving NSEC3 + signed zones. [RT #35120] + 3692. [bug] Two calls to dns_db_getoriginnode were fatal if there was no data at the node. [RT #35080]