]> git.ipfire.org Git - thirdparty/bind9.git/commit
render buf was too big
authorMark Andrews <marka@isc.org>
Mon, 5 Oct 2020 22:49:28 +0000 (09:49 +1100)
committerMark Andrews <marka@isc.org>
Mon, 5 Oct 2020 22:49:28 +0000 (09:49 +1100)
commit8faf12eaced91bbcd71c544ae0b86ba4e4f807b9
treecfd1e607f5acea98a21ef9d706cd500d2f3fe46f
parent50df71a881b43a244d1c0b81e8ce87f06f3d2720
render buf was too big

It was misdeclared as a array of pointers (uint8_t*[]) and there
where too many elements (64 * 1024) instead of (64 * 1024 - 1).
fuzz/dns_message_parse.c