]> git.ipfire.org Git - thirdparty/bind9.git/commit
Increase "rndc dnssec -status" output size
authorMatthijs Mekking <matthijs@isc.org>
Fri, 3 Jul 2020 07:46:13 +0000 (09:46 +0200)
committerMatthijs Mekking <michal@isc.org>
Fri, 3 Jul 2020 10:14:53 +0000 (12:14 +0200)
commit9347e7db7e3e55b119a76de7d35d2b8719311fe6
treefe7fe9ccecbfa18c5701ae12f7b869a11ade6ad4
parentee5b77ccb076920a0c2e0b4e72a35c5572ef5dfc
Increase "rndc dnssec -status" output size

BUFSIZ (512 bytes on Windows) may not be enough to fit the status of a
DNSSEC policy and three DNSSEC keys.

Set the size of the relevant buffer to a hardcoded value of 4096 bytes,
which should be enough for most scenarios.
bin/named/server.c