aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test543
AgeCommit message (Collapse)Author
2007-09-30Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg
function do wrong on all input bytes that are >= 0x80 (decimal 128) due to a signed / unsigned mistake in the code. I fixed it and added test case 543 to verify.