<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/fuzz/curl_fuzz_data, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>fuzzer: move to using external curl-fuzzer</title>
<updated>2017-10-04T13:33:36+00:00</updated>
<author>
<name>Max Dymond</name>
<email>cmeister2@gmail.com</email>
</author>
<published>2017-09-25T09:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4f38db1d28a971f938400f558e968fdffb9233a0'/>
<id>4f38db1d28a971f938400f558e968fdffb9233a0</id>
<content type='text'>
Use the external curl-fuzzer repository for fuzzing.

Closes #1923
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the external curl-fuzzer repository for fuzzing.

Closes #1923
</pre>
</div>
</content>
</entry>
<entry>
<title>rtsp: do not call fwrite() with NULL pointer FILE *</title>
<updated>2017-09-08T21:56:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-09-08T08:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a14f7152ce1c25cf110d3ccf640f9d4ce17dacd3'/>
<id>a14f7152ce1c25cf110d3ccf640f9d4ce17dacd3</id>
<content type='text'>
If the default write callback is used and no destination has been set, a
NULL pointer would be passed to fwrite()'s 4th argument.

OSS-fuzz bug https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3327
(not publicly open yet)

Detected by OSS-fuzz
Closes #1874
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the default write callback is used and no destination has been set, a
NULL pointer would be passed to fwrite()'s 4th argument.

OSS-fuzz bug https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3327
(not publicly open yet)

Detected by OSS-fuzz
Closes #1874
</pre>
</div>
</content>
</entry>
<entry>
<title>ossfuzz: add some more handled CURL options</title>
<updated>2017-09-08T13:00:55+00:00</updated>
<author>
<name>Max Dymond</name>
<email>cmeister2@gmail.com</email>
</author>
<published>2017-09-02T21:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=261da2a6685c0185283dbf72ce543e9fd81e9bd8'/>
<id>261da2a6685c0185283dbf72ce543e9fd81e9bd8</id>
<content type='text'>
Add support for HEADER, COOKIE, RANGE, CUSTOMREQUEST, MAIL_RECIPIENT,
MAIL_FROM and uploading data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for HEADER, COOKIE, RANGE, CUSTOMREQUEST, MAIL_RECIPIENT,
MAIL_FROM and uploading data.
</pre>
</div>
</content>
</entry>
<entry>
<title>ossfuzz: additional seed corpora</title>
<updated>2017-09-01T09:23:07+00:00</updated>
<author>
<name>Max Dymond</name>
<email>cmeister2@gmail.com</email>
</author>
<published>2017-08-29T22:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1cf323ec4e065b35235a8844626934e1a044bd38'/>
<id>1cf323ec4e065b35235a8844626934e1a044bd38</id>
<content type='text'>
Create simple seed corpora for:
- FTP
- telnet
- dict
- tftp
- imap
- pop3

based off the tests of the same number.

Closes #1842
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create simple seed corpora for:
- FTP
- telnet
- dict
- tftp
- imap
- pop3

based off the tests of the same number.

Closes #1842
</pre>
</div>
</content>
</entry>
<entry>
<title>ossfuzz: moving towards the ideal integration</title>
<updated>2017-09-01T09:22:51+00:00</updated>
<author>
<name>Max Dymond</name>
<email>cmeister2@gmail.com</email>
</author>
<published>2017-08-27T14:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=efeb4a317616b0437a26277945bd300eaffe96d7'/>
<id>efeb4a317616b0437a26277945bd300eaffe96d7</id>
<content type='text'>
- Start with the basic code from the ossfuzz project.
- Rewrite fuzz corpora to be binary files full of Type-Length-Value
  data, and write a glue layer in the fuzzing function to convert
  corpora into CURL options.
- Have supporting functions to generate corpora from existing tests
- Integrate with Makefile.am
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Start with the basic code from the ossfuzz project.
- Rewrite fuzz corpora to be binary files full of Type-Length-Value
  data, and write a glue layer in the fuzzing function to convert
  corpora into CURL options.
- Have supporting functions to generate corpora from existing tests
- Integrate with Makefile.am
</pre>
</div>
</content>
</entry>
</feed>
