]> 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)
commitb19d932262e84608174cb89eeed32ae0212f8a87
tree5ba807ed9030136cbecad4503a475d0084007e1f
parentd0f6d309e364ccbd1c58569c5728c4ded7ccbdea
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