]> git.ipfire.org Git - thirdparty/curl.git/commit
url: accept "any length" credentials for proxy auth
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 May 2020 13:38:36 +0000 (15:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 May 2020 21:08:57 +0000 (23:08 +0200)
commitad829b21ae9e0f11a821a0a98a1aaab161efa9a2
tree43914a76da27ebdeae8863653f9012d27c242036
parent96f52abf809fc3f20eaa5ee9e4a4382e85520876
url: accept "any length" credentials for proxy auth

They're only limited to the maximum string input restrictions, not to
256 bytes.

Added test 1178 to verify

Reported-by: Will Roberts
Fixes #5448
Closes #5449
lib/escape.c
lib/url.c
lib/urldata.h
tests/data/Makefile.inc
tests/data/test1178 [new file with mode: 0644]