Fix CVE-2022-32221

Merge: curl/curl@a64e3e5993
This commit is contained in:
Kawe Mazidjatari 2023-06-13 15:35:04 +02:00
parent 0cbdc982fd
commit 634a4739db

View File

@ -1025,6 +1025,7 @@ CURLcode Curl_setopt(struct Curl_easy *data, CURLoption option,
}
else
data->set.httpreq = HTTPREQ_GET;
data->set.upload = FALSE;
break;
case CURLOPT_COPYPOSTFIELDS: