mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:01:40 +03:00
test3214: allow a larger struct Curl_easy
In my local build it is now 5840 bytes. Add a 10 byte margin. Closes #19932
This commit is contained in:
parent
bfe6eb1c06
commit
bb134bba29
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue