From a9e4c0a7cc7197e2cf538e8b6f35f9578362f1ea Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 5 Jul 2025 12:24:02 +0200 Subject: [PATCH] fixup Linux / AM Alpine MUSL c-ares https-rr's struct Curl_easy is 5760 bytes --- tests/unit/unit3214.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/unit3214.c b/tests/unit/unit3214.c index ca1172bcc9..9227e5a3d3 100644 --- a/tests/unit/unit3214.c +++ b/tests/unit/unit3214.c @@ -40,7 +40,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 5736 +#define MAX_CURL_EASY 5800 #define MAX_CONNECTDATA 1272 #define MAX_CURL_MULTI 728 #define MAX_CURL_HTTPPOST 112