From: Daniel Stenberg Date: Thu, 11 Dec 2025 08:11:45 +0000 (+0100) Subject: test3214: allow a larger struct Curl_easy X-Git-Tag: rc-8_18_0-2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb134bba293ffd2128a43d17137e1fb2a84bdd47;p=thirdparty%2Fcurl.git test3214: allow a larger struct Curl_easy In my local build it is now 5840 bytes. Add a 10 byte margin. Closes #19932 --- diff --git a/tests/unit/unit3214.c b/tests/unit/unit3214.c index d992a35dc0..ae03d5410c 100644 --- a/tests/unit/unit3214.c +++ b/tests/unit/unit3214.c @@ -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