<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgi-io/tests/fuzz-multipart-parser/corpus, branch master</title>
<subtitle>CGI utility for handling up/downloading of files etc.</subtitle>
<id>https://git-03.infra.openwrt.org/project/cgi-io/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/cgi-io/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/cgi-io/'/>
<updated>2020-10-27T22:03:04Z</updated>
<entry>
<title>Add fuzzing of multipart_parser</title>
<updated>2020-10-27T22:03:04Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2020-10-11T10:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/cgi-io/commit/?id=a615818198005732f587c09d43cc7f0540a52043'/>
<id>urn:sha1:a615818198005732f587c09d43cc7f0540a52043</id>
<content type='text'>
LibFuzzer is in-process, coverage-guided, evolutionary fuzzing engine.

LibFuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka "target function"); the
fuzzer then tracks which areas of the code are reached, and generates
mutations on the corpus of input data in order to maximize the code coverage.

Lets use libFuzzer to fuzz multipart_parser for the start.

Ref: https://llvm.org/docs/LibFuzzer.html
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
</feed>
