mirror of
https://github.com/curl/curl.git
synced 2026-08-10 22:50:53 +03:00
tool_parsecfg: accept line lengths up to 10M
Bumped from 100K set in 47dd957daf
Reported-by: Antoine du Hamel
Fixes #11431
Closes #11435
This commit is contained in:
parent
5c07439ba3
commit
e53df4cf08
2 changed files with 3 additions and 2 deletions
|
|
@ -29,7 +29,8 @@ preceding any other letter is ignored.
|
|||
If the first column of a config line is a '#' character, the rest of the line
|
||||
will be treated as a comment.
|
||||
|
||||
Only write one option per physical line in the config file.
|
||||
Only write one option per physical line in the config file. A single line is
|
||||
required to be no more than 10 megabytes (since 8.2.0).
|
||||
|
||||
Specify the filename to --config as '-' to make curl read the file from stdin.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue