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
This commit is contained in:
20
tests/data/test225
Normal file
20
tests/data/test225
Normal file
@@ -0,0 +1,20 @@
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
ftp
|
||||
</server>
|
||||
<name>
|
||||
FTP %0a-code in URL's name part
|
||||
</name>
|
||||
<command>
|
||||
ftp://bad%0auser:passwd@%HOSTIP:%FTPPORT/225%0a
|
||||
</command>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
# 3 == CURLE_URL_MALFORMAT
|
||||
<errorcode>
|
||||
3
|
||||
</errorcode>
|
||||
</verify>
|
||||
Reference in New Issue
Block a user