]> 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:27:06 +0000 (10:27 +1100)
commiteba1a8f0025f89cfd66666b7c8c28ea5fcb48ea0
treead490e70a2d2e403479a44c72fff4fbe1e28e9ca
parentc77137885f642efbaec62f0d28a7f153eec1b877
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