Re: 7.77.0: tests/server/sws overflows stack

2021-06-10 Thread David Chapman via curl-library
On 6/10/2021 8:15 AM, Daniel Stenberg via curl-library wrote: On Tue, 8 Jun 2021, Christian Weisgerber via curl-library wrote: Maybe such oversized allocations should use malloc() instead of local variables?  Here's a patch to this effect: Thanks! (proves we should have openbsd CI jobs...) C

Re: 7.77.0: tests/server/sws overflows stack

2021-06-10 Thread Daniel Stenberg via curl-library
On Tue, 8 Jun 2021, Christian Weisgerber via curl-library wrote: Maybe such oversized allocations should use malloc() instead of local variables? Here's a patch to this effect: Thanks! (proves we should have openbsd CI jobs...) Converted to a pull-request: https://github.com/curl/curl/pull/7