]> git.ipfire.org Git - thirdparty/curl.git/commit
sws: malloc request struct instead of using stack
authorChristian Weisgerber <naddy@mips.inka.de>
Thu, 10 Jun 2021 15:11:34 +0000 (17:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Jun 2021 09:13:24 +0000 (11:13 +0200)
commit02dfe7193704817184b522888ffa926e6b73f648
tree4766d8a84afc5de1e3e465b7bbe89ac74134dc6d
parentd293bf4a789e7a02dd5ea40bcd81d23698859641
sws: malloc request struct instead of using stack

... 2MB requests is otherwise just too big for some systems.

(The allocations are not freed properly.)

Bug: https://curl.se/mail/lib-2021-06/0018.html

Closes #7235
tests/server/sws.c