Alex Fishman reported a curl_easy_escape() problem that was made the
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.
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- RELEASE-NOTES 3 additions, 2 deletionsRELEASE-NOTES
- lib/escape.c 2 additions, 2 deletionslib/escape.c
- tests/data/Makefile.am 1 addition, 1 deletiontests/data/Makefile.am
- tests/data/test543 35 additions, 0 deletionstests/data/test543
- tests/libtest/Makefile.am 3 additions, 1 deletiontests/libtest/Makefile.am
- tests/libtest/lib543.c 32 additions, 0 deletionstests/libtest/lib543.c
tests/data/test543
0 → 100644
tests/libtest/lib543.c
0 → 100644
Please register or sign in to comment