<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test237, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>ftp: reject illegal IP/port in PASV 227 response</title>
<updated>2017-10-20T13:06:25+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-10-19T12:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=769647e714b8da41bdb72720bf02dce56033e02e'/>
<id>769647e714b8da41bdb72720bf02dce56033e02e</id>
<content type='text'>
... by using range checks. Among other things, this avoids an undefined
behavior for a left shift that could happen on negative or very large
values.

Closes #1997

Detected by OSS-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3694
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... by using range checks. Among other things, this avoids an undefined
behavior for a left shift that could happen on negative or very large
values.

Closes #1997

Detected by OSS-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3694
</pre>
</div>
</content>
</entry>
<entry>
<title>Add FTP keywords for a couple of currently keyword-less FTP tests</title>
<updated>2012-11-19T09:58:14+00:00</updated>
<author>
<name>Fabian Keil</name>
<email>fk@fabiankeil.de</email>
</author>
<published>2012-11-16T11:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6f444b2761abf86b3a4b5ac41c56c19541d6d962'/>
<id>6f444b2761abf86b3a4b5ac41c56c19541d6d962</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various test file cleanups, including using &lt;servercmd&gt; instead of writing</title>
<updated>2007-04-18T20:22:01+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-04-18T20:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=ae3d5949b8611fd21d5397608bfd34d675156fad'/>
<id>ae3d5949b8611fd21d5397608bfd34d675156fad</id>
<content type='text'>
directly to ftpserver.cmd and removing unneeded empty sections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directly to ftpserver.cmd and removing unneeded empty sections.
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on</title>
<updated>2007-02-13T22:50:16+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2007-02-13T22:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610'/>
<id>4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610</id>
<content type='text'>
the left side of @ to make it short(er).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the left side of @ to make it short(er).
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert (most of) the test data files into genuine XML.  A handful still</title>
<updated>2007-01-23T02:25:56+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-01-23T02:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=33bea767ebd0bbf11867fe1af31dc345e9f816af'/>
<id>33bea767ebd0bbf11867fe1af31dc345e9f816af</id>
<content type='text'>
are not, due mainly to the lack of support for XML character entities
(e.g. &amp; =&gt; &amp;amp; ).  This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are not, due mainly to the lack of support for XML character entities
(e.g. &amp; =&gt; &amp;amp; ).  This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the bogus address used in test237 to be more reliable when run</title>
<updated>2005-03-17T20:50:17+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2005-03-17T20:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5b3730feae0f312a3c4fee688a9b6862e0df45ab'/>
<id>5b3730feae0f312a3c4fee688a9b6862e0df45ab</id>
<content type='text'>
on a host with a buggy resolver that strips all but the bottom 8 bits of
each octet.  The resolved address in this case (192.0.2.127) is guaranteed
never to belong to a real host (see RFC3330).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on a host with a buggy resolver that strips all but the bottom 8 bits of
each octet.  The resolved address in this case (192.0.2.127) is guaranteed
never to belong to a real host (see RFC3330).
</pre>
</div>
</content>
</entry>
<entry>
<title>support multiple error codes for a test case since some things just vary</title>
<updated>2005-03-17T08:17:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2005-03-17T08:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=67f04d2d5f85d737c58fe0cc765507f713666ce1'/>
<id>67f04d2d5f85d737c58fe0cc765507f713666ce1</id>
<content type='text'>
between platforms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
between platforms
</pre>
</div>
</content>
</entry>
<entry>
<title>test EPSV and PASV response handling when they get well-formated data back</title>
<updated>2005-03-15T12:33:08+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2005-03-15T12:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=9a5c21c16f12fc3a54f94cad5a95b14e794e9009'/>
<id>9a5c21c16f12fc3a54f94cad5a95b14e794e9009</id>
<content type='text'>
but using illegal values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but using illegal values
</pre>
</div>
</content>
</entry>
</feed>
