oss-fuzz/targets/expat
Mike Aizatsky 8926b7c06a moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
..
Dockerfile moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
Jenkinsfile moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
Jenkinsfile-test moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
README.md moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
build.sh moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
parse_fuzzer.cc moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
parse_fuzzer.options moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
xml.dict moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00

README.md

Fuzzing expat

http://expat.sourceforge.net/

To build fuzzers: build and run the docker image:

# Checkout sources
git clone https://github.com/google/oss-fuzz.git
git clone git://git.code.sf.net/p/expat/code_git expat
# Build & run the image.
docker build -t ossfuzz/expat oss-fizz/expat && \
docker run -i -v $PWD/expat:/src/expat -v $HOME/tmp/out:/out -t ossfuzz/expat

Fuzzers will be in $HOME/tmp/out.