Skip to content

Increase the BUFSIZ-long buffers

Ondřej Surý requested to merge 3453-cope-with-too-small-BUFSIZ into main

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.

Closes #3453 (closed)

Merge request reports