mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:33:44 +03:00
multi: drop the assert from large expires
Triggers the fuzzers Closes #22582
This commit is contained in:
parent
a3aaca10d9
commit
554efab7f6
1 changed files with 0 additions and 1 deletions
|
|
@ -3757,7 +3757,6 @@ void Curl_expire_ex(struct Curl_easy *data,
|
|||
if(!multi)
|
||||
return;
|
||||
DEBUGASSERT(eid < EXPIRE_LAST);
|
||||
DEBUGASSERT(milli <= INT_MAX);
|
||||
if(milli > INT_MAX)
|
||||
/* Cap ridiculous timeouts, 31-bit ms is still 3.5 weeks. When the time
|
||||
goes to the user, it must fit in this size. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue