Skip to content
Snippets Groups Projects
Commit 8d2a0fe8 authored by Yang Tse's avatar Yang Tse
Browse files

Fix test case 534 which started to fail 2007-04-13 due to the existance

of a new host on the net with the same silly domain the test was using
for a host which was supposed not to exist.
parent b039d883
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
Changelog Changelog
Yang Tse (13 April 2007)
- Fix test case 534 which started to fail 2007-04-13 due to the existance
of a new host on the net with the same silly domain the test was using
for a host which was supposed not to exist.
Daniel S (12 April 2007) Daniel S (12 April 2007)
- Song Ma found a memory leak in the if2ip code if you pass in an interface - Song Ma found a memory leak in the if2ip code if you pass in an interface
name longer than the name field of the ifreq struct (typically 6 bytes), as name longer than the name field of the ifreq struct (typically 6 bytes), as
......
...@@ -17,6 +17,10 @@ This release includes the following bugfixes: ...@@ -17,6 +17,10 @@ This release includes the following bugfixes:
o if2up too long interface name memory leak o if2up too long interface name memory leak
o test case 534 started to fail 2007-04-13 due to the existance of a
new host on the net with the same silly domain the test was using
for a host which was supposed not to exist.
This release includes the following known bugs: This release includes the following known bugs:
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html) o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
......
...@@ -29,7 +29,7 @@ lib533 ...@@ -29,7 +29,7 @@ lib533
FTP RETR twice using multi: non-existing host and non-existing file FTP RETR twice using multi: non-existing host and non-existing file
</name> </name>
<command> <command>
ftp://non-existing-host.com/path/534 ftp://%HOSTIP:%FTPPORT/path/534 ftp://non-existing-host.haxx.se/path/534 ftp://%HOSTIP:%FTPPORT/path/534
</command> </command>
</client> </client>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment