]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test3214: allow a larger struct Curl_easy
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Dec 2025 08:11:45 +0000 (09:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Dec 2025 08:41:45 +0000 (09:41 +0100)
In my local build it is now 5840 bytes. Add a 10 byte margin.

Closes #19932

tests/unit/unit3214.c

index d992a35dc0db6cb54a767fbfaec219402f0f1398..ae03d5410ca94c0f5504f28f80f1797ec8850cf2 100644 (file)
@@ -41,7 +41,7 @@ static void checksize(const char *name, size_t size, size_t allowed)
 }
 
 /* the maximum sizes we allow specific structs to grow to */
-#define MAX_CURL_EASY           5800
+#define MAX_CURL_EASY           5850
 #define MAX_CONNECTDATA         1300
 #define MAX_CURL_MULTI          850
 #define MAX_CURL_HTTPPOST       112