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.6-ESV-R11rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba1a8f0025f89cfd66666b7c8c28ea5fcb48ea0;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] (cherry picked from commit b93ef543ab29be2c2d15049e02e66a31b27284ae) --- diff --git a/CHANGES b/CHANGES index 62637c25aef..f61286ff23a 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]