]> 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:24:55 +0000 (10:24 +1100)
commitb93ef543ab29be2c2d15049e02e66a31b27284ae
tree06d3a7d085f6b37bcb25fe6763984dc4c013bf8c
parent1baa4729cee1c5aeacca90c57d4b4218315be53f
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]
CHANGES