]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
AmigaOS: increase minimum stack size for tool_main
authorboingball <boingball@gmail.com>
Mon, 17 Nov 2025 22:49:27 +0000 (22:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Nov 2025 06:54:11 +0000 (07:54 +0100)
In testing, the older stack size of 16384 was causing curl to crash on
heavy TLS loads

Closes #19578

src/tool_main.c

index 8df63ef05a59d44d08163a1c87aec8e7b5879f6b..8047e663c8f74361270bfad586dd3ff75e27226b 100644 (file)
@@ -65,7 +65,7 @@ int vms_show = 0;
 #else
 #define CURL_USED
 #endif
-static const char CURL_USED min_stack[] = "$STACK:16384";
+static const char CURL_USED min_stack[] = "$STACK:32768";
 #endif
 
 #ifdef __MINGW32__