mirror of
https://github.com/curl/curl.git
synced 2026-06-03 19:24:20 +03:00
fixup Linux / AM Alpine MUSL c-ares https-rr's struct Curl_easy is 5760 bytes
This commit is contained in:
parent
f3aa7c8704
commit
a9e4c0a7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue