Module Name: src Committed By: mrg Date: Wed May 5 07:41:48 UTC 2021
Modified Files: src/libexec/httpd: CHANGES auth-bozo.c bozohttpd.c bozohttpd.h src/libexec/httpd/testsuite: t10.out Log Message: don't assume host BUFSIZ is sufficent. small BUFSIZ leads to always happens errors in the testsuite. switch all these buffers to be 4KiB sized. reported by embr <g...@liclac.eu> To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/libexec/httpd/CHANGES cvs rdiff -u -r1.26 -r1.27 src/libexec/httpd/auth-bozo.c cvs rdiff -u -r1.131 -r1.132 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.68 -r1.69 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.2 -r1.3 src/libexec/httpd/testsuite/t10.out Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.