multi: drop the assert from large expires

Triggers the fuzzers

Closes #22582
This commit is contained in:
Daniel Stenberg 2026-08-14 12:49:15 +02:00
parent a3aaca10d9
commit 554efab7f6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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. */