]> git.ipfire.org Git - thirdparty/bind9.git/commit
3693. [security] memcpy was incorrectly called with overlapping
authorMark Andrews <marka@isc.org>
Thu, 19 Dec 2013 23:24:55 +0000 (10:24 +1100)
committerMark Andrews <marka@isc.org>
Thu, 19 Dec 2013 23:26:52 +0000 (10:26 +1100)
commit10cbe27cb31e1fc9cdae76fb4bd36440af72da9b
tree5c2c63a1a3e51f0d4901ad2f0f43c77a69079417
parent5d52bae33800e14c372c1bc3ea074cc237350453
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)
CHANGES