mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
cfilters: remove assert
The OSS-fuzz probe reaches this, so it can apparently in run-time. There is already a run-time handling of the situation. Closes #17211
This commit is contained in:
parent
7a1211d474
commit
da33c1e349
1 changed files with 0 additions and 1 deletions
|
|
@ -415,7 +415,6 @@ CURLcode Curl_conn_connect(struct Curl_easy *data,
|
|||
DEBUGASSERT(data->conn);
|
||||
|
||||
cf = data->conn->cfilter[sockindex];
|
||||
DEBUGASSERT(cf);
|
||||
if(!cf) {
|
||||
*done = FALSE;
|
||||
return CURLE_FAILED_INIT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue