]> git.ipfire.org Git - thirdparty/bind9.git/commit
Increase the BUFSIZ-long buffers
authorOndřej Surý <ondrej@isc.org>
Thu, 14 Jul 2022 11:48:45 +0000 (13:48 +0200)
committerAram Sargsyan <aram@isc.org>
Fri, 15 Jul 2022 10:33:46 +0000 (10:33 +0000)
commitb35861f1eb8f76e70bea84ff49c38616d83bf5cf
tree5ba807ed9030136cbecad4503a475d0084007e1f
parentf7066bb71ab2c5a8ba733278e02060eb0280e9fc
Increase the BUFSIZ-long buffers

The BUFSIZ value varies between platforms, it could be 8K on Linux and
512 bytes on mingw.  Make sure the buffers are always big enough for the
output data to prevent truncation of the output by appropriately
enlarging or sizing the buffers.
bin/named/server.c
bin/tests/system/feature-test.c
lib/dns/adb.c
lib/dns/private.c
lib/dns/resolver.c
lib/ns/client.c