]> 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 <matthijs@isc.org>
Fri, 3 Jul 2020 13:13:50 +0000 (15:13 +0200)
commit293d52341deb7cd209dbf38abf567c282ab9ddc2
tree29090e97541e7fca9ed490fe9aa533bed088dcea
parent448a2e731454072bdd8917ad502432b52b014dc1
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.

(cherry picked from commit 9347e7db7e3e55b119a76de7d35d2b8719311fe6)
bin/named/server.c