CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/06/12 08:15:08
Added files:
net/curl/patches: patch-tests_server_sws_c
Log message:
net/curl: fix regression test suite with the default stack limit
The simple web server (sws) would try to allocate 2*2MB of buffers
on the stack, bump against the default 4MB limit and die, disabling
a large slice of the regression test suite. Use malloc instead.
