mirror of
https://github.com/curl/curl.git
synced 2026-08-05 03:56:12 +03:00
curl_url_set: enforce the max string length check for all parts
Update the docs and test 1559 accordingly Closes #11273
This commit is contained in:
parent
67e9e90f96
commit
dacd25888f
3 changed files with 10 additions and 11 deletions
|
|
@ -37,7 +37,7 @@ Set excessive URL lengths
|
|||
CURLOPT_URL 10000000 bytes URL == 43
|
||||
CURLOPT_POSTFIELDS 10000000 bytes data == 0
|
||||
CURLUPART_URL 10000000 bytes URL == 3 (Malformed input to a URL function)
|
||||
CURLUPART_SCHEME 10000000 bytes scheme == 27 (Bad scheme)
|
||||
CURLUPART_SCHEME 10000000 bytes scheme == 3 (Malformed input to a URL function)
|
||||
CURLUPART_USER 10000000 bytes user == 3 (Malformed input to a URL function)
|
||||
</stdout>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue