| commit | 3050ae57c0ad3a071448fb36b5d5d720910d5d00 | [log] [tgz] |
|---|---|---|
| author | Daniel Stenberg <daniel@haxx.se> | Wed Jan 19 21:56:02 2005 +0000 |
| committer | Daniel Stenberg <daniel@haxx.se> | Wed Jan 19 21:56:02 2005 +0000 |
| tree | d6fd66121b8ff195076268bf8da8ab49cd037493 | |
| parent | 01205f772c4fde121787ec59737ad079f1b00bd7 [diff] |
Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this