Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.5 KB

README.md

File metadata and controls

43 lines (31 loc) · 2.5 KB

Fuzz!

Collection of fuzz targets for various open-source libraries.

To get (somewhat) reproducible results, run the builds in a Docker container. To get a shell within the container, run build the image and run it:

$ docker build -t fuzz docker
$ docker run -it -v "${PWD}:/build" fuzz

Libraries

Build Label Version
//lib/expat 2.2.10 🔗
//lib/gcc 10.4.0 🔗 🔗
//lib/gif 5.2.1 🔗
//lib/iconv 1.16 🔗
//lib/lzma 5.2.5 🔗
//lib/musl 1.2.3 🔗
//lib/ncurses 6.2 🔗
//lib/protobuf_mutator 1.1 🔗
//lib/xml 2.9.10 🔗
//lib/z 1.2.11 🔗

Tools

Build Label Version
//tools/llvm 16.0.0 🔗